Skip to content

Commit 224fadb

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Some PR fixes
1 parent ac7b3e4 commit 224fadb

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

assets/feature-installer-utils.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ FLAVOUR="$(cat /home/cloudcontrol/flavour)"
55
export FLAVOUR
66

77
# The path to install software binaries to
8-
BINPATH="/home/cloudcontrol/bin"
9-
export BINPATH
8+
export BINPATH="/home/cloudcontrol/bin"
109

11-
TEMPDIR=""
12-
export TEMPDIR
10+
export TEMPDIR=""
1311

1412
# Prepare feature installation. Will create a temporary directory and change to it
1513
function prepare {

feature/.template/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
. /feature-installer-utils.sh
77

8-
# Create a temporary directory to work in
8+
# Prepare a workspace for installing the feature
99
prepare
1010

1111
if [ "X${FLAVOUR}X" == "XsimpleX" ]

0 commit comments

Comments
 (0)