This commit is contained in:
yalh76 2019-03-03 23:39:14 +01:00
commit 1f759407b0
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@ LXC_START () {
sleep 1 sleep 1
done done
echo "" echo ""
sleep 30
local failstart=0 local failstart=0
# Check if the container is running # Check if the container is running
if ! is_lxc_running; then if ! is_lxc_running; then

View file

@ -406,7 +406,7 @@ lxc_net_check=0 # Passe sur les différents tests
while test "$lxc_net" -eq 1 # Boucle tant que la connexion internet du conteneur n'est pas réparée. while test "$lxc_net" -eq 1 # Boucle tant que la connexion internet du conteneur n'est pas réparée.
do do
REBOOT_CONTENEUR REBOOT_CONTENEUR
sleep 3 sleep 30
sudo lxc-ls -f sudo lxc-ls -f
CHECK_LXC_NET CHECK_LXC_NET
lxc_net=$? lxc_net=$?