make .done check non-empty to conform with ckreq
This commit is contained in:
parent
03f780a409
commit
fcf4c8459c
|
|
@ -90,7 +90,7 @@ rm -f /etc/ssh/*.pub
|
|||
rm -f /root/.bash_history
|
||||
|
||||
# our file for which we check the bootstrap is complete
|
||||
touch .done
|
||||
echo "1" > .done
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue