mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 18:22:01 +01:00
adding debug exit
This commit is contained in:
parent
10f77024bf
commit
5058f26106
@ -128,7 +128,11 @@ fi
|
||||
# HDD CHECK & PRE-INIT
|
||||
################################
|
||||
|
||||
# waiting for HDD to connect
|
||||
# TODO: waiting for local network loop
|
||||
# TODO: use in this waiting loop the new script -> blitz.datadrive.sh status
|
||||
echo "Exit for Test Debug" >> $logFile
|
||||
exit 1
|
||||
|
||||
hddExists=$(lsblk | grep -c sda1)
|
||||
while [ ${hddExists} -eq 0 ]
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user