Add sleep before showing account creation message in omada-controller.sh
This commit is contained in:
@@ -42,3 +42,4 @@ fi
|
|||||||
|
|
||||||
IPV4=$(ip addr | grep 'inet ' | grep -v '127.0' | head -n1 | awk '{print $2}' | cut -f1 -d /)
|
IPV4=$(ip addr | grep 'inet ' | grep -v '127.0' | head -n1 | awk '{print $2}' | cut -f1 -d /)
|
||||||
whiptail --msgbox "Create an account before reboot.\nhttp://${IPV4}:8088" 0 0
|
whiptail --msgbox "Create an account before reboot.\nhttp://${IPV4}:8088" 0 0
|
||||||
|
sleep 10
|
||||||
|
|||||||
Reference in New Issue
Block a user