From d0c33ffdfeda68bc14856094bdc4680c38faae70 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Thu, 20 Feb 2014 19:42:56 +0100 Subject: [PATCH] Add additional executable permissions --- .../patchman_cfg/admin_install/patchman/loop_patchman.sh | 8 ++++++++ .../patchman_cfg/admin_install/patchman/make_next_live.sh | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/code/ryzom/server/patchman_cfg/admin_install/patchman/loop_patchman.sh b/code/ryzom/server/patchman_cfg/admin_install/patchman/loop_patchman.sh index ce5a204e5..73b151c43 100644 --- a/code/ryzom/server/patchman_cfg/admin_install/patchman/loop_patchman.sh +++ b/code/ryzom/server/patchman_cfg/admin_install/patchman/loop_patchman.sh @@ -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/ diff --git a/code/ryzom/server/patchman_cfg/admin_install/patchman/make_next_live.sh b/code/ryzom/server/patchman_cfg/admin_install/patchman/make_next_live.sh index e4bd1fa2d..fbaca4ac4 100644 --- a/code/ryzom/server/patchman_cfg/admin_install/patchman/make_next_live.sh +++ b/code/ryzom/server/patchman_cfg/admin_install/patchman/make_next_live.sh @@ -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 ]