Last active
December 15, 2015 13:08
-
-
Save sorahn/5264691 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
labuser@rsdirtylnx:/home/incoming/relayserver/quicksetup_apache$ sudo ./ap-setup.sh | |
+ source /home/incoming/relayserver/quicksetup_apache/__funcs__.sh | |
./ap-setup.sh: 12: ./ap-setup.sh: source: not found | |
+ clear | |
+ echo | |
+ echo You are about to execute the Relay Server quick setup script for | |
You are about to execute the Relay Server quick setup script for | |
+ echo Apache. Output of this setup script will be captured in ap-setup.log. | |
Apache. Output of this setup script will be captured in ap-setup.log. | |
+ echo The existing ap-setup.log will automatically be backed up before | |
The existing ap-setup.log will automatically be backed up before | |
+ echo proceeding (if applicable). | |
proceeding (if applicable). | |
+ echo | |
+ red | |
+ echo -en \033[0;31m | |
-en | |
+ echo Make sure that the Apache worker (see User/Group lines in httpd.conf) | |
Make sure that the Apache worker (see User/Group lines in httpd.conf) | |
+ whoami | |
+ echo has read permissions for files created by the current user, root. | |
has read permissions for files created by the current user, root. | |
+ echo | |
+ reset_colour | |
+ echo -en \033[0m | |
-en | |
+ echo This setup script will also generate an uninstall script should you choose | |
This setup script will also generate an uninstall script should you choose | |
+ echo to undo the setup. The uninstall script will be located at: | |
to undo the setup. The uninstall script will be located at: | |
+ echo | |
+ echo /home/incoming/relayserver/quicksetup_apache/ap-uninstall.sh | |
/home/incoming/relayserver/quicksetup_apache/ap-uninstall.sh | |
+ echo | |
+ echo Ready to run ap-setup.bat? (Y/n) | |
Ready to run ap-setup.bat? (Y/n) | |
+ yn_read | |
./ap-setup.sh: 47: ./ap-setup.sh: yn_read: not found | |
+ wish_2_continue= | |
+ [ != y ] | |
+ red | |
+ echo -en \033[0;31m | |
-en | |
+ echo Abort running ap-setup.sh | |
Abort running ap-setup.sh | |
+ reset_colour | |
+ echo -en \033[0m | |
-en | |
+ __funcs_unset | |
./ap-setup.sh: 53: ./ap-setup.sh: __funcs_unset: not found | |
+ exit | |
labuser@rsdirtylnx:/home/incoming/relayserver/quicksetup_apache$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment