Skip to content

Commit

Permalink
Made the chmod 766 instead of 744... apache did not have access to write
Browse files Browse the repository at this point in the history
  • Loading branch information
System Administrator committed May 14, 2010
1 parent 150980c commit 0d0a41b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions setup.sh
@@ -0,0 +1,20 @@
#!/bin/sh

##
# This is obviously not a very advanced installer
# in fact it doesn't install much.
#
# If you would be interested in making an actual installer
# please send an email to our developers mailing list at
# http://groups.google.com/group/frapi-dev
##

CURRENTDIR=`pwd`

# Giving permissions
## This is for the generated actions (By the administration interface)
chmod -R 766 $CURRENTDIR/src/frapi/custom/Action

## This is for the likes of errors and actions
## saved by the administrator interface
chmod -R 766 $CURRENTDIR/src/frapi/admin/application/config/app

0 comments on commit 0d0a41b

Please sign in to comment.