Skip to content

Commit ee6d926

Browse files
committed
Minor change
1 parent d9cb733 commit ee6d926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/copy-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ -e "/home/robot/installer/installer.sh" ]; then
44
echo $CREDENTIAL
55
ssh $CREDENTIAL 'uptime'
6-
ssh $CREDENTIAL 'mkdir /home/robot/installer'
6+
ssh $CREDENTIAL 'sudo mkdir /home/robot/installer/'
77
scp "/home/robot/installer/installer.sh" "$CREDENTIAL:/home/robot/installer"
88
ssh $CREDENTIAL 'sudo chmod +x /home/robot/installer.sh'
99
exit

0 commit comments

Comments
 (0)