mirror of
https://github.com/YunoHost/yunohost_demo.git
synced 2024-09-03 19:56:44 +02:00
Guillemet oublié...
This commit is contained in:
parent
cf61d0eb0f
commit
e6d9575f7c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ UPGRADE_DEMO_CONTAINER () { # Démarrage, upgrade et snapshot
|
||||||
sudo sed -i "s@address $IP_MACHINE@address $IP_UPGRADE@" /var/lib/lxc/$MACHINE/rootfs/etc/network/interfaces
|
sudo sed -i "s@address $IP_MACHINE@address $IP_UPGRADE@" /var/lib/lxc/$MACHINE/rootfs/etc/network/interfaces
|
||||||
|
|
||||||
# Démarre le conteneur
|
# Démarre le conteneur
|
||||||
date >> "$script_dir/demo_boot.log
|
date >> "$script_dir/demo_boot.log"
|
||||||
sudo lxc-start -n $MACHINE -o "$script_dir/demo_boot.log" -d > /dev/null
|
sudo lxc-start -n $MACHINE -o "$script_dir/demo_boot.log" -d > /dev/null
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue