mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
replace TODO
This commit is contained in:
@@ -495,10 +495,6 @@ if [ ${isMounted} -eq 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO:
|
|
||||||
echo "TODO: add wants/after to systemd if blockchain service at the end" >> $logFile
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# WAIT LOOP: AFTER FRESH SETUP, MIFGRATION OR ERROR
|
# WAIT LOOP: AFTER FRESH SETUP, MIFGRATION OR ERROR
|
||||||
# successfull update & recover can skip this
|
# successfull update & recover can skip this
|
||||||
@@ -527,6 +523,10 @@ if [ ${isMounted} -eq 0 ]; then
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# TODO:
|
||||||
|
echo "TODO: add wants/after to systemd if blockchain service at the end" >> $logFile
|
||||||
|
exit 1
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
echo "rebooting" >> $logFile
|
echo "rebooting" >> $logFile
|
||||||
|
Reference in New Issue
Block a user