Alexandros Ioannides 5 лет назад
Родитель
Сommit
417eec805a
1 измененных файлов с 1 добавлено и 1 удалено
  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
 
 # Installing Nginx repo
-if [ "$nginx" = 'yes' ]
+if [ "$nginx" = 'yes' ]; then
     echo "(*) NGINX"
     if [ -e $apt/nginx.list ]; then
         rm $apt/nginx.list