File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ download_file() {
5050}
5151
5252# Set compiling directory
53- BUILD_DIR=' /tmp/hestiacp-src/ '
54- DEB_DIR=" $BUILD_DIR /debs/ "
53+ BUILD_DIR=' /tmp/hestiacp-src'
54+ DEB_DIR=" $BUILD_DIR /debs"
5555INSTALL_DIR=' /usr/local/hestia'
56- ARCHIVE_DIR=" ${BUILD_DIR} /archive/ "
56+ ARCHIVE_DIR=" ${BUILD_DIR} /archive"
5757
5858# Set command variables
5959branch=$1
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ download_file() {
5858}
5959
6060# Set compiling directory
61- BUILD_DIR=' /tmp/hestiacp-src/ '
62- DEB_DIR=" $BUILD_DIR /debs/ "
61+ BUILD_DIR=' /tmp/hestiacp-src'
62+ DEB_DIR=" $BUILD_DIR /debs"
6363INSTALL_DIR=' /usr/local/hestia'
6464SRC_DIR=" $( cd " $( dirname " $0 " ) /.." && pwd) "
65- ARCHIVE_DIR=" $SRC_DIR /src/archive/ "
65+ ARCHIVE_DIR=" $SRC_DIR /src/archive"
6666
6767# Set command variables
6868if [ ! -z " $2 " ]; then
You can’t perform that action at this time.
0 commit comments