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