Skip to content

Commit 0cce4e6

Browse files
committed
Minor change
1 parent f9dfea3 commit 0cce4e6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runModule utilities 0
3939

4040
CREDENTIAL=""
4141
if [ "$1" == "$MODE_JDK" ]; then
42-
CREDENTIAL = $2
42+
CREDENTIAL=$2
4343
runModule copy-jdk
4444
exit 0
4545
fi

modules/copy-jdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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+
echo $CREDENTIAL
45
scp "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" "$CREDENTIAL:/home/robot"
56
else
67
echo "Sorry, the installer didn´t detect ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz"

0 commit comments

Comments
 (0)