X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fcommon_sysadmin.sh;h=223067f6ce7443b56f2fc929c94613ec55773910;hb=8e574c3a0f2a4395e332f120ca05acd226d11174;hp=50f240fa65f6296f2a409e241ae64e78ea23229a;hpb=b9a7950d48069c75f4f47a0243d51f3961272c14;p=feisty_meow.git diff --git a/scripts/system/common_sysadmin.sh b/scripts/system/common_sysadmin.sh index 50f240fa..223067f6 100644 --- a/scripts/system/common_sysadmin.sh +++ b/scripts/system/common_sysadmin.sh @@ -337,7 +337,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.