mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-25 13:28:58 +00:00
Fix typo in previous commit
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
48356bbfdf
commit
c2997f9e6b
@ -73,7 +73,7 @@ lxc-autostart -g lxc-auto-test -r
|
||||
lxc-wait -n $CONTAINER_NAME -t 5 -s RUNNING || (echo "Container didn't restart" && exit 1)
|
||||
|
||||
# Shut it down
|
||||
lxc-autostart -g lxc-auto-test -s -6 120
|
||||
lxc-autostart -g lxc-auto-test -s -t 120
|
||||
lxc-wait -n $CONTAINER_NAME -t 120 -s STOPPED || (echo "Container didn't stop" && exit 1)
|
||||
|
||||
# Kill it
|
||||
|
Loading…
Reference in New Issue
Block a user