diff options
| -rw-r--r-- | check_process | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check_process b/check_process index e44d632..9ca211f 100644 --- a/check_process +++ b/check_process @@ -14,7 +14,8 @@ upgrade=1 backup_restore=1 multi_instance=1 - incorrect_path=1 + # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. + # incorrect_path=1 port_already_use=0 change_url=0 ;;; Levels |
