mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
fix clean hdd data
This commit is contained in:
parent
83e0d7e017
commit
3a7f2abb39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue