Skip to content

Commit eec1a4f

Browse files
committed
Add missing exit action after lsb_release validation check.
1 parent 1df9423 commit eec1a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/hst-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ if [ -e "/etc/os-release" ]; then
4646
else
4747
echo "lsb_release is currently not installed, please install it:"
4848
echo "apt-get update && apt-get install lsb_release"
49+
exit 1
4950
fi
5051
elif [ "$type" = "debian" ]; then
5152
release=$(cat /etc/debian_version|grep -o [0-9]|head -n1)

0 commit comments

Comments
 (0)