removed temp comment sections

This commit is contained in:
Asif Bacchus 2019-01-05 18:23:06 -07:00
parent 48bacc2eba
commit 9798abde2d
2 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,7 @@
-1, -1,
-1, -1,
-1, -1,
628, 626,
538 538
] ]
} }

View File

@ -68,7 +68,7 @@ echo -e "${warn}You may accept the default option (listed in brackets) by simply
echo "pressing ENTER (i.e. no answer)." echo "pressing ENTER (i.e. no answer)."
echo -e "You may exit this script at any prompt by typing 'X'${norm}\n" echo -e "You may exit this script at any prompt by typing 'X'${norm}\n"
:<<'SKIPAHEAD'
### get local IP address ### get local IP address
echo -e "\n${mag}In cases where this server will be acting as a (reverse) proxy, NGINX" echo -e "\n${mag}In cases where this server will be acting as a (reverse) proxy, NGINX"
echo "needs to know it's own local IP address so that the logs can properly reflect" echo "needs to know it's own local IP address so that the logs can properly reflect"
@ -441,7 +441,7 @@ while true; do
esac esac
done done
SKIPAHEAD
### PHP-FPM related options ### PHP-FPM related options
# get PHP-FPM usage status # get PHP-FPM usage status
echo -e "\n${mag}PHP-FPM allows your server to process and serve dynamic PHP content. If you" echo -e "\n${mag}PHP-FPM allows your server to process and serve dynamic PHP content. If you"
@ -572,8 +572,6 @@ fi
: <<'COMMENTSECTION'
### Write configurations to template files ### Write configurations to template files
# let user know what's happening # let user know what's happening
echo -e "\n${mag}---------------------${norm}" echo -e "\n${mag}---------------------${norm}"
@ -624,7 +622,7 @@ if [ "${phpType}" = "sockets" ]; then
sed -i -e "/${tag_phphandler}/{r ${configPath}/${file_phpSOCK}" -e 'd}' "${configPath}/${file_phphandler}" sed -i -e "/${tag_phphandler}/{r ${configPath}/${file_phpSOCK}" -e 'd}' "${configPath}/${file_phphandler}"
fi fi
COMMENTSECTION
# debug section # debug section
echo -e "\n${mag}---------------------${norm}" echo -e "\n${mag}---------------------${norm}"