Update config/autostart.sh

This commit is contained in:
2025-07-12 20:09:15 +00:00
parent a9c7840b7c
commit 730cbd4cac

View File

@@ -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