This commit is contained in:
Bozhidar 2024-05-16 23:05:51 +03:00
parent b9ae90c9f9
commit a487d80cbd
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo " \
____ _ ___ ______ _____ ____ _ _ _ _____ _

View file

@ -64,7 +64,7 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."

View file

@ -1,6 +1,6 @@
#!/bin/bash
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo " \
____ _ ___ ______ _____ ____ _ _ _ _____ _

View file

@ -64,7 +64,7 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."

View file

@ -145,7 +145,7 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."

View file

@ -1,6 +1,6 @@
#!/bin/bash
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo " \
____ _ ___ ______ _____ ____ _ _ _ _____ _

View file

@ -64,7 +64,7 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."

View file

@ -147,7 +147,7 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
CURRENT_IP=$(curl -s ipinfo.io/ip)
CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully."
echo "Please visit http://$CURRENT_IP:8443 to continue installation of the panel."