From 730cbd4cace80270b08c32e1323cce8dc25dff3f Mon Sep 17 00:00:00 2001 From: Kewitt Date: Sat, 12 Jul 2025 20:09:15 +0000 Subject: [PATCH] Update config/autostart.sh --- config/autostart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/autostart.sh b/config/autostart.sh index ad60b6f..6ce2ff0 100644 --- a/config/autostart.sh +++ b/config/autostart.sh @@ -52,6 +52,7 @@ if [ $protocal = 1 ]; then fi echo "====CHECK MOUNT===" >> /home/$USER/WHIT/config/boot.log +sleep 5 if grep -qs '/mnt/whit ' /proc/mounts; then echo $(date): /mnt/whit mounted correctly. >> /home/$USER/WHIT/config/boot.log else