Commit f4bd39543666a254f609f4c63b8e119212a91c1c

Authored by Michael Joseph
1 parent e9fa9dde

added reminder to run the permissions fixing script


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@711 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 0 deletions
bin/remote_update.sh
@@ -70,3 +70,6 @@ remoteDir=`basename $dir` @@ -70,3 +70,6 @@ remoteDir=`basename $dir`
70 # now just do it 70 # now just do it
71 # TODO: return code handling 71 # TODO: return code handling
72 deploy 72 deploy
  73 +
  74 +# reminder
  75 +echo "don't forget to run fix_perms.sh on the remote machine as root to allow the www user access to the dms"