#2048 deactivate auto-reboot

This commit is contained in:
rootzoll 2021-03-27 13:49:53 +01:00
parent cac471bc83
commit 7fbcac9092

View file

@ -325,8 +325,8 @@ if [ ${cmdlineExists} -eq 1 ] && [ ${#hddAdapterUSB} -gt 0 ]; then
sudo cat /boot/cmdline.txt
# go into reboot to activate new setting
echo "DONE deactivating UASP for ${hddAdapterUSB} ... one more reboot needed ... "
sudo shutdown -r now
sleep 100
#sudo shutdown -r now
#sleep 100
fi
fi