fix clean hdd data

This commit is contained in:
rootzoll 2022-06-04 14:41:10 +02:00
parent 83e0d7e017
commit 3a7f2abb39

View File

@ -176,7 +176,7 @@ if [ "${setupPhase}" == "setup" ]; then
# KEEP BLOCKCHAIN + DELETE ALL THE REST
# will be done by bootstrap later triggered by setup file entry
echo "cleanHDD=1'" >> $SETUPFILE
echo "cleanHDD=1" >> $SETUPFILE
else