mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
snapshot si install succeeded
This commit is contained in:
parent
4d08f36e08
commit
68808638bf
1 changed files with 3 additions and 1 deletions
|
@ -80,7 +80,9 @@ STANDARD_SETUP_APP () {
|
||||||
SETUP_APP
|
SETUP_APP
|
||||||
# Then create a snapshot
|
# Then create a snapshot
|
||||||
ECHO_FORMAT "Create a snapshot for sub path installation.\n" "white" clog
|
ECHO_FORMAT "Create a snapshot for sub path installation.\n" "white" clog
|
||||||
subpath_snapshot=$(create_temp_backup)
|
if [ $yunohost_result -eq 0 ]; then
|
||||||
|
subpath_snapshot=$(create_temp_backup)
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
# Or uses an existing snapshot
|
# Or uses an existing snapshot
|
||||||
ECHO_FORMAT "Uses an existing snapshot for sub path installation.\n" "white" clog
|
ECHO_FORMAT "Uses an existing snapshot for sub path installation.\n" "white" clog
|
||||||
|
|
Loading…
Add table
Reference in a new issue