diff --git a/deployment_script_common b/deployment_script_common index 58d75a9..f9dad1c 100644 --- a/deployment_script_common +++ b/deployment_script_common @@ -67,6 +67,11 @@ if [ -a $BACKUP_DIRECTORY/docs/.htaccess ]; echo "No .htaccess to put back"; fi; + +# Now make all the files group writable +echo "Making the planningalerts root directory group writable." +chmod -R g+w $PLANNING_ROOT + echo "Enter a reason for deployment:" read REASON echo