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:
parent
f6a58396a5
commit
19df233e6f
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue