Update update

Update the updater update ;)
This commit is contained in:
M0VUB 2023-01-02 21:39:09 +00:00 committed by GitHub
parent 5031fb1aa2
commit 7943a9e3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ sleep 1
echo ".." echo ".."
sleep 1 sleep 1
echo "..." echo "..."
echo Stopping OBP MasterServer..... echo Stopping HBlink3.....
cd /etc/hblink3 cd /etc/hblink3
docker-compose down docker-compose down
echo Removing all docker images..... echo Removing all docker images.....
@ -40,32 +40,35 @@ docker rmi $(docker images -q -a) --force
figlet "ShaYmez." figlet "ShaYmez."
sleep 1 sleep 1
echo Flushing services and restarting..... echo Flushing services and restarting.....
/usr/bin/hblink-flush /usr/local/sbin/hblink-flush
echo "Done." echo "Done."
echo "" echo ""
echo "" echo ""
echo "*************************************************************************" echo "*************************************************************************"
echo "" echo ""
echo " The OBP-MasterServer Update Is Complete! " echo " The HBlink3 Docker Update Is Complete! "
echo "" echo ""
echo " ******* To Upgrade run ./upgrade.sh ******* " echo " ******* To Upgrade run 'hblink-upgrade ******* "
echo "" echo ""
echo " Use 'docker container logs hblink' to check the status. " echo " Use 'docker container logs hblink' to check the status. "
echo " logs are part in /var/log/hblink. " echo " logs are parked in /var/log/hblink. "
echo " Just make sure this computer can be accessed over UDP specified port " echo " Just make sure this computer can be accessed over UDP specified port "
echo " You will need to edit your config and then run the following command " echo " You will need to edit your config and then run the following command "
echo "" echo ""
echo " cd /etc/hblink3 " echo " Type 'hblink-menu' for main menu "
echo " docker-compose up -d " echo " Use the menu to edit your server / config "
echo " More documentation can be found on the HBlink3 git repo " echo " Refur to the official HBlink Repo for more documentation "
echo " https://github.com/ShaYmez/OBP-installer " echo " https://github.com/HBLink-org/hblink3 "
echo ""
echo " Check out the docker installer of HBlink3 here "
echo " https://github.com/ShaYmez/hblink3-docker-install "
echo "" echo ""
echo " Your IP address is $LOCAL_IP " echo " Your IP address is $LOCAL_IP "
echo "" echo ""
echo " Your running on $ARC with Debian $VERSION " echo " Your running on $ARC with Debian $VERSION "
echo "" echo ""
echo " Thanks for using this script. " echo " Thanks for using this script. "
echo " Copyright © 2022 Shane Daley - M0VUB " echo " Copyright © 2023 Shane Daley - M0VUB "
echo " More information can be found @ https://freestar.network/development " echo " More information can be found @ https://freestar.network/development "
echo "" echo ""
echo "*************************************************************************" echo "*************************************************************************"