Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Jan 29, 2025
1 parent b881e9b commit a2039f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installers/ubuntu-20.04/install-partial/install_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ service phyre start
CURRENT_IP=$(hostname -I | awk '{print $1}')

echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."
echo "Please visit https://$CURRENT_IP:8443 to continue installation of the panel."
2 changes: 1 addition & 1 deletion installers/ubuntu-20.04/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ service phyre start
CURRENT_IP=$(hostname -I | awk '{print $1}')

echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."
echo "Please visit https://$CURRENT_IP:8443 to continue installation of the panel."
2 changes: 1 addition & 1 deletion installers/ubuntu-22.04/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ service phyre start
CURRENT_IP=$(hostname -I | awk '{print $1}')

echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."
echo "Please visit https://$CURRENT_IP:8443 to continue installation of the panel."

0 comments on commit a2039f7

Please sign in to comment.