From aabd7cae37ff87740393f97136286d3e3a0052c9 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Thu, 8 Jul 2010 21:52:18 +0000 Subject: [PATCH] minor: make files executable from install.sh script SVN: 16946 --- openbis/dist/server/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis/dist/server/install.sh b/openbis/dist/server/install.sh index 41abbc9c580..7b5eebd2cc3 100755 --- a/openbis/dist/server/install.sh +++ b/openbis/dist/server/install.sh @@ -102,6 +102,7 @@ cp -p "$installation_folder"/startup.sh "$JETTY_BIN_DIR" cp -p "$installation_folder"/shutdown.sh "$JETTY_BIN_DIR" cp -p "$installation_folder"/setup-env "$JETTY_BIN_DIR" cp -p "$installation_folder"/passwd.sh "$JETTY_BIN_DIR" +chmod u+x $JETTY_BIN_DIR/*.sh # Create a file called 'jetty.properties'. JETTY_PROPERTIES="$JETTY_BIN_DIR"/jetty.properties -- GitLab