mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#2048 deactivate auto-reboot
This commit is contained in:
parent
cac471bc83
commit
7fbcac9092
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue