소스 검색

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


불러오는 중...
취소
저장