X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Frevamp_cakelampvm.sh;h=9afd92140f3d0aa2f717a58b31ec31dde6ca4f72;hb=5014baf97957923fc16403d4aa2614dd90d0f418;hp=239a7f1435cc95044e7086fab96449350791f00e;hpb=e1d98228d3974ace18a660002409de8db3daf541;p=feisty_meow.git diff --git a/scripts/site_avenger/revamp_cakelampvm.sh b/scripts/site_avenger/revamp_cakelampvm.sh index 239a7f14..9afd9214 100644 --- a/scripts/site_avenger/revamp_cakelampvm.sh +++ b/scripts/site_avenger/revamp_cakelampvm.sh @@ -145,8 +145,8 @@ search_replace "^[[:blank:]]*Header always set Strict-Transport-Security.*" "# n if [ $? -ne 0 ]; then echo the apache tls-enabling.conf file seems to have already been patched to disable strict transport security. good. else - echo successfully patched the apache tls-enabling.conf file to disable strict transport security. awesome. restart_apache + echo successfully patched the apache tls-enabling.conf file to disable strict transport security. awesome. fi ############## @@ -167,11 +167,23 @@ else * IN A 10.28.42.20 IN HINFO "linux vm" "ubuntu" " >> /etc/bind/cakelampvm.com.conf - -restart_bind + restart_bind + echo "successfully added wildcard domains to the cakelampvm.com bind configuration, so we're still on track for greatness." +fi ############## +# fix samba configuration for (ass-headed) default of read-only in user homes. +# why add a necessary feature if you're just going to cripple it by default? + +search_replace a b +/etc/samba/smb.conf  +if [ $? -ne 0 ]; then + echo "the samba configuration has already been fixed for user homes, so that's fine." +else + restart_samba + echo successfully patched the samba configuration to enable writes on user home directories. super cool. +fi ############## ##############