Skip to content

Commit

Permalink
fix: Some PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Apr 18, 2024
1 parent 494dfba commit 285f278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions assets/feature-installer-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ FLAVOUR="$(cat /home/cloudcontrol/flavour)"
export FLAVOUR

# The path to install software binaries to
BINPATH="/home/cloudcontrol/bin"
export BINPATH
export BINPATH="/home/cloudcontrol/bin"

TEMPDIR=""
export TEMPDIR
export TEMPDIR=""

# Prepare feature installation. Will create a temporary directory and change to it
function prepare {
Expand Down
2 changes: 1 addition & 1 deletion feature/.template/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 285f278

Please sign in to comment.