Add additional executable permissions

This commit is contained in:
kaetemi 2014-02-20 19:42:56 +01:00
parent 14a6776d0b
commit d0c33ffdfe
2 changed files with 12 additions and 0 deletions

View file

@ -6,6 +6,14 @@ do
if [ -e /srv/core/admin_install.tgz ]
then
tar xvzf admin_install.tgz
chmod 775 bin/admin 2> /dev/null
chmod 775 bin/ps_services 2> /dev/null
chmod 775 bin/run_forever 2> /dev/null
chmod 775 bin/shard 2> /dev/null
chmod 775 bin/startup 2> /dev/null
chmod 775 bin/*.sh 2> /dev/null
chmod 775 patchman/*_service 2> /dev/null
chmod 775 patchman/*.sh 2> /dev/null
fi
cd /srv/core/patchman/

View file

@ -61,6 +61,10 @@ done
# make the ryzom services executable
chmod 775 live/service_*/*_service 2> /dev/null
chmod 775 live/service_*/*_server 2> /dev/null
# make directory for rrd_graphs
mkdir -p rrd_graphs
# special case to deal with www files that need a local cfg file to be properly setup
if [ -e ./live/data_www/config.php ]