mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-23 18:50:46 +01:00
Put sleep delay before starting jail instead of after
This commit is contained in:
@@ -59,9 +59,9 @@ bastille_start()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for _jail in ${bastille_ordered_list}; do
|
for _jail in ${bastille_ordered_list}; do
|
||||||
|
sleep ${bastille_startup_delay}
|
||||||
echo "Starting Bastille Container: ${_jail}"
|
echo "Starting Bastille Container: ${_jail}"
|
||||||
${command} start ${_jail}
|
${command} start ${_jail}
|
||||||
sleep ${bastille_startup_delay}
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user