fixed mode adjustment after target platform p2 repository upload

This commit is contained in:
Axel Uhl
2015-11-17 22:19:06 +01:00
parent f3e0a276b6
commit 958d1d0a6c
@@ -22,8 +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+x $REPO_HOME/sailing"
ssh $USER@$SERVER "chmod -R 775 . $REPO_HOME/sailing"
echo "Remote files now available:"
ssh $USER@$SERVER "ls -lah $REPO_HOME/sailing"