X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsystem%2Fcommon_sysadmin.sh;h=4ab80ed3716e6092650b5e8b8b6c30763a9d9869;hb=1490ed65a658044a1e90bb5eec5c6fc1311514a8;hp=50f240fa65f6296f2a409e241ae64e78ea23229a;hpb=b9a7950d48069c75f4f47a0243d51f3961272c14;p=feisty_meow.git diff --git a/scripts/system/common_sysadmin.sh b/scripts/system/common_sysadmin.sh index 50f240fa..4ab80ed3 100644 --- a/scripts/system/common_sysadmin.sh +++ b/scripts/system/common_sysadmin.sh @@ -181,7 +181,7 @@ function restart_bind() echo "The bind service did not restart properly. Please check the error logs." exit 1 fi - echo DNS server restarted. + echo DNS service restarted. } ############################################################################ @@ -317,6 +317,7 @@ function restart_apache() echo "Please consult the apache error logs for more details." exit 1 fi + echo Apache2 service restarted. } # sets up the serverpilot storage location for a user hosted web site. @@ -337,7 +338,7 @@ function maybe_create_site_storage() chmod -R g+rx "$chow_path" # walk backwards up the path and fix perms. while [[ $chow_path != $HOME ]]; do -echo chow path is now $chow_path +#echo chow path is now $chow_path chmod g+rx "$chow_path" test_or_die "Failed to add group permissions on the path: $chow_path" # reassert the user's ownership of any directories we might have just created.