We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d2486 commit d9cb733Copy full SHA for d9cb733
modules/copy-installer.sh
@@ -2,6 +2,7 @@
2
3
if [ -e "/home/robot/installer/installer.sh" ]; then
4
echo $CREDENTIAL
5
+ ssh $CREDENTIAL 'uptime'
6
ssh $CREDENTIAL 'mkdir /home/robot/installer'
7
scp "/home/robot/installer/installer.sh" "$CREDENTIAL:/home/robot/installer"
8
ssh $CREDENTIAL 'sudo chmod +x /home/robot/installer.sh'
0 commit comments