Przeglądaj źródła

Update static port to variable in installer files.

Raphael Schneeberger 7 lat temu
rodzic
commit
e3a151a29e
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

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

@@ -1456,7 +1456,7 @@ fi
 echo -e "Congratulations, you have just successfully installed \
 echo -e "Congratulations, you have just successfully installed \
 Hestia Control Panel
 Hestia Control Panel
 
 
-    https://$ip:8083
+    https://$ip:$port
     username: admin
     username: admin
     password: $vpass
     password: $vpass
 
 

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

@@ -1395,7 +1395,7 @@ fi
 echo -e "Congratulations, you have just successfully installed \
 echo -e "Congratulations, you have just successfully installed \
 Hestia Control Panel
 Hestia Control Panel
 
 
-    https://$ip:8083
+    https://$ip:$port
     username: admin
     username: admin
     password: $vpass
     password: $vpass