Преглед изворни кода

Make the planningalerts root directory group writable.

master
duncan.parkes пре 16 година
родитељ
комит
605c74a500
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      deployment_script_common

+ 5
- 0
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


Loading…
Откажи
Сачувај