mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix owncloud migration
This commit is contained in:
parent
732919b6c4
commit
b955865853
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fi
|
||||||
EXIT_PROPERLY () {
|
EXIT_PROPERLY () {
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
if [ "$exit_code" -eq 0 ]; then
|
if [ "$exit_code" -eq 0 ]; then
|
||||||
ynh_app_setting_delete $app backup_core_only
|
ynh_app_setting_delete $real_app backup_core_only
|
||||||
exit 0 # Quitte sans erreur si le script se termine correctement.
|
exit 0 # Quitte sans erreur si le script se termine correctement.
|
||||||
fi
|
fi
|
||||||
trap '' EXIT
|
trap '' EXIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue