We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee58821 commit f9dfea3Copy full SHA for f9dfea3
1 file changed
modules/copy-jdk.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
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
+ scp "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" "$CREDENTIAL:/home/robot"
5
else
6
echo "Sorry, the installer didn´t detect ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz"
7
echo "on /home/robot"
0 commit comments