1
0
Fork 0
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:
Maniack Crudelis 2017-01-19 17:10:58 +01:00
parent 732919b6c4
commit b955865853

View file

@ -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