Skip to content

Commit f9dfea3

Browse files
committed
Minor change
1 parent ee58821 commit f9dfea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/copy-jdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [ -e "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" ]; then
4-
scp "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" $CREDENTIAL:/home/robot
4+
scp "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" "$CREDENTIAL:/home/robot"
55
else
66
echo "Sorry, the installer didn´t detect ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz"
77
echo "on /home/robot"

0 commit comments

Comments
 (0)