Add additional executable permissions
This commit is contained in:
parent
14a6776d0b
commit
d0c33ffdfe
2 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,14 @@ do
|
||||||
if [ -e /srv/core/admin_install.tgz ]
|
if [ -e /srv/core/admin_install.tgz ]
|
||||||
then
|
then
|
||||||
tar xvzf admin_install.tgz
|
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
|
fi
|
||||||
|
|
||||||
cd /srv/core/patchman/
|
cd /srv/core/patchman/
|
||||||
|
|
|
@ -61,6 +61,10 @@ done
|
||||||
|
|
||||||
# make the ryzom services executable
|
# make the ryzom services executable
|
||||||
chmod 775 live/service_*/*_service 2> /dev/null
|
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
|
# special case to deal with www files that need a local cfg file to be properly setup
|
||||||
if [ -e ./live/data_www/config.php ]
|
if [ -e ./live/data_www/config.php ]
|
||||||
|
|
Loading…
Reference in a new issue