Merge pull request #23 from YunoHost/fixes

typo
This commit is contained in:
yalh76 2022-10-09 17:29:24 +02:00 committed by GitHub
commit 7c8d36a2a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,5 +57,5 @@ else
# Restaure le snapshot de la machine A avant sa prochaine exécution
sudo lxc-snapshot -r snap0 -n $LXC_A
sudo rm /var/lib/lxc/$LXC_A.lock_fileS # Libère le lock
echo "Finish restauring $LXC_A"
echo "Finish restoring $LXC_A"
fi