File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ export DEBIAN_FRONTEND=noninteractive
6
6
# ###########################################
7
7
8
8
dir=$PWD
9
- source . /nodebb_version.sh
10
- if [ ! -d " /opt/nodebb/v$node_version " ]; then
9
+ source " $dir /nodebb_version.sh"
10
+ if [ ! -d " /opt/nodebb/v$nodebb_version " ]; then
11
11
12
- mkdir -p /opt/nodebb/v$node_version
13
- cd /opt/nodebb/v$node_version
14
- git clone -b v $node_version https://github.com/NodeBB/NodeBB.git nodebb
12
+ mkdir -p " /opt/nodebb/v$nodebb_version "
13
+ cd " /opt/nodebb/v$nodebb_version "
14
+ git clone -b " v $nodebb_version " https://github.com/NodeBB/NodeBB.git nodebb
15
15
cd nodebb
16
16
rm -rf .git
17
17
rm -rf .gitignore
@@ -20,7 +20,7 @@ if [ ! -d "/opt/nodebb/v$node_version" ]; then
20
20
fi
21
21
22
22
# Copy over our Quick Install App
23
- cd $dir
23
+ cd " $dir "
24
24
rsync -r ./Installers/ /usr/local/hestia/web/src/app/WebApp/Installers/
25
25
26
26
# Notify installation has finished
You can’t perform that action at this time.
0 commit comments