Skip to content

Commit 8358696

Browse files
committed
Minor change
1 parent 9e253c4 commit 8358696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/copy-installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
if [ -e "/home/robot/installer/installer.sh" ]; then
44
echo $CREDENTIAL
5-
ssh $CREDENTIAL 'bash -s' < sudo mkdir /home/robot/installer
5+
ssh $CREDENTIAL "sudo mkdir /home/robot/installer"
66
scp "/home/robot/installer/installer.sh" "$CREDENTIAL:/home/robot/installer"
7-
ssh $CREDENTIAL 'bash -s' < sudo chmod +x /home/robot/installer.sh
7+
ssh $CREDENTIAL "sudo chmod +x /home/robot/installer.sh"
88
exit
99
else
1010
echo "Sorry, the installer didn´t detect the installer"

0 commit comments

Comments
 (0)