Skip to content

Commit d9cb733

Browse files
committed
Minor change
1 parent d3d2486 commit d9cb733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/copy-installer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
if [ -e "/home/robot/installer/installer.sh" ]; then
44
echo $CREDENTIAL
5+
ssh $CREDENTIAL 'uptime'
56
ssh $CREDENTIAL 'mkdir /home/robot/installer'
67
scp "/home/robot/installer/installer.sh" "$CREDENTIAL:/home/robot/installer"
78
ssh $CREDENTIAL 'sudo chmod +x /home/robot/installer.sh'

0 commit comments

Comments
 (0)