mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
When snap1 doesn't exist, `lxc-snapshot` will create a snapshot named `snap1` (instead of `snap2`). In this case we need to rename snap1 into snap2. However the condition check is wrong: after creating the snapshot, `snap1` will *always* exist – even if it didn't before. Thus the renaming never happens. Fix the issue by detecting the absence of snap2 (rather than snap1). |
||
---|---|---|
.. | ||
auto_upgrade.sh | ||
launcher.sh | ||
log_extractor.sh | ||
lxc_build.sh | ||
lxc_check.sh | ||
lxc_force_start.sh | ||
lxc_force_stop.sh | ||
lxc_remove.sh | ||
lxc_upgrade.sh | ||
manifest_parsing.py | ||
testing_process.sh |