Skip to content

Commit 3eea424

Browse files
authored
Remove space from installer directory
1 parent 0d71587 commit 3eea424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ os='debian'
1919
architecture="$(uname -m)"
2020
release=$(cat /etc/debian_version | tr "." "\n" | head -n1)
2121
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
22-
HESTIA_INSTALL_DIR="$HESTIA/install/deb "
22+
HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
VERBOSE='no'
2424

2525
# Define software versions

0 commit comments

Comments
 (0)