Skip to content

Commit

Permalink
Remove echo from the ssh call
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWessel committed Jan 7, 2024
1 parent ecb4b7e commit bee0b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/server-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ chmod +x /tmp/release.sh
echo server-release.sh: scp /tmp/release.sh ${the_user}@${CANDIDATE_SERVER}:/tmp
scp /tmp/release.sh ${the_user}@${CANDIDATE_SERVER}:/tmp

# Execute the script via ssh on oceania [COMMENTED OUT VIA ECHO]
echo server-release.sh: ssh ${the_user}@${CANDIDATE_SERVER} "/tmp/release.sh"
# Execute the script via ssh on oceania
ssh ${the_user}@${CANDIDATE_SERVER} "/tmp/release.sh"

0 comments on commit bee0b7c

Please sign in to comment.