make .done check non-empty to conform with ckreq

This commit is contained in:
Jaromil 2016-06-08 23:19:39 +02:00
parent 03f780a409
commit fcf4c8459c

2
zlibs/debootstrap Normal file → Executable file

@ -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
}