Skip to content

Commit 417eec8

Browse files
author
Alexandros Ioannides
authored
Bugfix in if statement
1 parent 5f1bc9c commit 417eec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ echo "Adding required repositories to proceed with installation:"
559559
echo
560560

561561
# Installing Nginx repo
562-
if [ "$nginx" = 'yes' ]
562+
if [ "$nginx" = 'yes' ]; then
563563
echo "(*) NGINX"
564564
if [ -e $apt/nginx.list ]; then
565565
rm $apt/nginx.list

0 commit comments

Comments
 (0)