remove debug exit

This commit is contained in:
rootzoll 2019-12-11 04:49:17 +01:00
parent 94eaf246c4
commit 16dd447b32

View File

@ -130,8 +130,6 @@ fi
# 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 ]