mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user