瀏覽代碼

Make the planningalerts root directory group writable.

master
duncan.parkes 17 年之前
父節點
當前提交
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…
取消
儲存