We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7b3e4 commit 224fadbCopy full SHA for 224fadb
2 files changed
assets/feature-installer-utils.sh
@@ -5,11 +5,9 @@ FLAVOUR="$(cat /home/cloudcontrol/flavour)"
5
export FLAVOUR
6
7
# The path to install software binaries to
8
-BINPATH="/home/cloudcontrol/bin"
9
-export BINPATH
+export BINPATH="/home/cloudcontrol/bin"
10
11
-TEMPDIR=""
12
-export TEMPDIR
+export TEMPDIR=""
13
14
# Prepare feature installation. Will create a temporary directory and change to it
15
function prepare {
feature/.template/install.sh
@@ -5,7 +5,7 @@
. /feature-installer-utils.sh
-# Create a temporary directory to work in
+# Prepare a workspace for installing the feature
prepare
if [ "X${FLAVOUR}X" == "XsimpleX" ]
0 commit comments