Skip to content

Commit e3a151a

Browse files
committed
Update static port to variable in installer files.
1 parent e3513fb commit e3a151a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ fi
14561456
echo -e "Congratulations, you have just successfully installed \
14571457
Hestia Control Panel
14581458
1459-
https://$ip:8083
1459+
https://$ip:$port
14601460
username: admin
14611461
password: $vpass
14621462

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ fi
13951395
echo -e "Congratulations, you have just successfully installed \
13961396
Hestia Control Panel
13971397
1398-
https://$ip:8083
1398+
https://$ip:$port
13991399
username: admin
14001400
password: $vpass
14011401

0 commit comments

Comments
 (0)