Skip to content
Snippets Groups Projects
Commit aabd7cae authored by tpylak's avatar tpylak
Browse files

minor: make files executable from install.sh script

SVN: 16946
parent 005756ac
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,7 @@ cp -p "$installation_folder"/startup.sh "$JETTY_BIN_DIR" ...@@ -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"/shutdown.sh "$JETTY_BIN_DIR"
cp -p "$installation_folder"/setup-env "$JETTY_BIN_DIR" cp -p "$installation_folder"/setup-env "$JETTY_BIN_DIR"
cp -p "$installation_folder"/passwd.sh "$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'. # Create a file called 'jetty.properties'.
JETTY_PROPERTIES="$JETTY_BIN_DIR"/jetty.properties JETTY_PROPERTIES="$JETTY_BIN_DIR"/jetty.properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment