mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Invoking actual bootstrap logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user