Parcourir la source

Bugfix in if statement

Alexandros Ioannides il y a 5 ans
Parent
commit
417eec805a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -559,7 +559,7 @@ echo "Adding required repositories to proceed with installation:"
 echo
 echo
 
 
 # Installing Nginx repo
 # Installing Nginx repo
-if [ "$nginx" = 'yes' ]
+if [ "$nginx" = 'yes' ]; then
     echo "(*) NGINX"
     echo "(*) NGINX"
     if [ -e $apt/nginx.list ]; then
     if [ -e $apt/nginx.list ]; then
         rm $apt/nginx.list
         rm $apt/nginx.list