mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
A little mistake...
This commit is contained in:
parent
e624d432b3
commit
ce12c1b4b5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ RESTORE_SNAPSHOT () {
|
|||
}
|
||||
|
||||
RESTORE_ARCHIVE_SNAPSHOT () {
|
||||
if ! test -e "/var/lib/lxcsnaps/$LXC_NAME/snap1.tar.gz"; then
|
||||
if ! test -e "/var/lib/lxcsnaps/$LXC_NAME/snap0.tar.gz"; then
|
||||
echo -e "\e[91mAucune archive de snapshot pour le conteneur $LXC_NAME.\e[0m"
|
||||
return 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue