From 7f76730a94594ede35bb716a3828765f8d5d322e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 3 Mar 2019 00:05:10 +0100 Subject: [PATCH] add time for lxc to start --- sub_scripts/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/launcher.sh b/sub_scripts/launcher.sh index d8f922a..4b9e150 100755 --- a/sub_scripts/launcher.sh +++ b/sub_scripts/launcher.sh @@ -179,7 +179,7 @@ LXC_START () { sleep 1 done echo "" - + sleep 30 local failstart=0 # Check if the container is running if ! is_lxc_running; then