Invoking actual bootstrap logic

This commit is contained in:
Shagen Ogandzhanian
2021-05-13 11:36:19 +02:00
parent ed495ea09e
commit c95fbcb3dd

View File

@@ -15,7 +15,7 @@ function bootstrap() {
if [ ! -e /tmp/init ]; then
touch /tmp/init
echo "bootstrapping"
sleep 10
bootstrap
else
echo "not bootstrapping, all done"
fi