also make everything executable after target platform upload, meaning the web server can "cd" into the plugins and features directory

This commit is contained in:
Axel Uhl
2015-02-15 18:05:06 +01:00
parent 559d2d25ed
commit 55334a7b58
@@ -23,6 +23,7 @@ scp -r ../../com.sap.sailing.targetplatform.base/target/repository $USER@$SERVER
echo "Making readable for everyone..."
ssh $USER@$SERVER "chmod -R a+r $REPO_HOME/sailing"
ssh $USER@$SERVER "chmod -R a+x $REPO_HOME/sailing"
echo "Remote files now available:"
ssh $USER@$SERVER "ls -lah $REPO_HOME/sailing"