mirror of
https://github.com/ShaYmez/hblink3-docker-install.git
synced 2025-12-22 13:39:50 +13:00
Update start
update the start routine
This commit is contained in:
parent
e0e0e19326
commit
937065ed9b
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# OBP-MASTER FORMERLY RYSEN MASTER+ (HBlink3) A FORK OF THE FREEDMR / HBLINK PROJECT
|
||||
# This script written by Shane Daley M0VUB. The script gracefully shutsdown services while services are cleaned and logs are truncated.
|
||||
# HBLINK3 DOCKER CONTROL SCRIPTS V1.9
|
||||
# This script written by Shane Daley M0VUB. The script gracefully shuts down services while services are cleaned and logs are truncated.
|
||||
# We can also add items in this script for future use like updates or further log trims.
|
||||
# Add to the cron tab for auto execution
|
||||
|
||||
@ -17,11 +17,13 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# Start routine for HBlink3 (ShaYmez docker only)
|
||||
|
||||
# Start service(s) / and check logs.
|
||||
|
||||
clear
|
||||
|
||||
echo "Starting OBP MasterServer....."
|
||||
echo "Starting HBlink3....."
|
||||
cd /etc/hblink3
|
||||
sleep 1
|
||||
echo .
|
||||
@ -32,10 +34,10 @@ echo ...
|
||||
docker-compose up -d
|
||||
|
||||
sleep 1
|
||||
figlet "OBP Master."
|
||||
figlet "HBlink 3"
|
||||
sleep 1
|
||||
|
||||
echo "Checking OBP is composed....."
|
||||
echo "Checking HBlink is composed....."
|
||||
sleep 1
|
||||
docker ps
|
||||
|
||||
@ -48,9 +50,9 @@ echo "Flushing network tracking table....."
|
||||
conntrack -F
|
||||
sleep 1
|
||||
|
||||
echo "Starting HBmonitor....."
|
||||
echo "Starting Dashboard....."
|
||||
systemctl restart hbmon
|
||||
figlet "HBmonitor3"
|
||||
figlet "HBMonv2"
|
||||
echo "Done."
|
||||
sleep 1
|
||||
|
||||
@ -61,7 +63,6 @@ sleep 1
|
||||
echo ..
|
||||
sleep 1
|
||||
echo ...
|
||||
echo "OBP MasterServer is now online. Flush is complete and you may now exit. AKA ShaYmez."
|
||||
echo "HBlink3 is now online. Start is complete and you may now exit. AKA ShaYmez."
|
||||
#
|
||||
# This script has been developed by the one and only ShaYmez. Visit https://repo.radio/ShaYmez for more super scripts!
|
||||
echo "All systems have been flushed/cleaned and ready to go. Aka Dr. Node. ShaYmez, OBP MasterServer"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user