diff --git a/check_process b/check_process index 1149ba5..db8b294 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,6 @@ upgrade=1 from_commit=2c107b09144c9829be5cc94b202d0f766b2a0db4 backup_restore=1 multi_instance=0 - incorrect_path=0 port_already_use=1 (48200) change_url=0 ;; Test paquet backports @@ -27,7 +26,6 @@ upgrade=1 backup_restore=0 multi_instance=0 - incorrect_path=0 port_already_use=0 change_url=0 ;;; Levels diff --git a/scripts/remove b/scripts/remove index 942e5ab..bc1f48e 100755 --- a/scripts/remove +++ b/scripts/remove @@ -25,7 +25,7 @@ port=$(ynh_app_setting_get $app port) #================================================= # Check if the service is declared in YunoHost -if yunohost service status | grep -q minidlna +if ynh_exec_fully_quiet yunohost service status minidlna then ynh_print_info "Remove minidlna service" >&2 yunohost service remove minidlna