after uploading the target platform, make sailing/ directory itself readable for all

This commit is contained in:
Axel Uhl
2015-02-15 17:12:19 +01:00
parent b037a465a9
commit 60be227a06
@@ -22,7 +22,7 @@ echo "Uploading local repository to $REPO_HOME/sailing"
scp -r ../../com.sap.sailing.targetplatform.base/target/repository $USER@$SERVER:$REPO_HOME/sailing
echo "Making readable for everyone..."
ssh $USER@$SERVER "chmod -R a+r $REPO_HOME/sailing/*"
ssh $USER@$SERVER "chmod -R a+r $REPO_HOME/sailing"
echo "Remote files now available:"
ssh $USER@$SERVER "ls -lah $REPO_HOME/sailing"