1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00

Enable change URL in package check

This commit is contained in:
Josué Tille 2017-08-14 18:41:01 +02:00
parent f6a58396a5
commit 19df233e6f
2 changed files with 4 additions and 0 deletions

View file

@ -21,6 +21,7 @@
fail_download_source=1
port_already_use=1 (8080)
final_path_already_use=1
change_url=1
;;; Levels
Level 1=auto
Level 2=auto

View file

@ -3,6 +3,9 @@
# Source YunoHost helpers
source /usr/share/yunohost/helpers
# Stop script if errors
ynh_abort_if_errors
# Import common cmd
source ./_common.sh