Ver código fonte

Make the planningalerts root directory group writable.

import/raw
duncan.parkes 18 anos atrás
pai
commit
2056fca395
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      trunk/deployment_script_common

+ 5
- 0
trunk/deployment_script_common Ver arquivo

@@ -67,6 +67,11 @@ if [ -a $BACKUP_DIRECTORY/docs/.htaccess ];
echo "No .htaccess to put back"; echo "No .htaccess to put back";
fi; 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:" echo "Enter a reason for deployment:"
read REASON read REASON
echo echo


Carregando…
Cancelar
Salvar