Add additional executable permissions
This commit is contained in:
parent
72fac9aaf1
commit
86f86c6170
2 changed files with 12 additions and 0 deletions
|
@ -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/
|
||||
|
|
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue