mirror of
https://github.com/YunoHost-Apps/minidlna_ynh.git
synced 2024-09-03 19:36:34 +02:00
Update to last standard
This commit is contained in:
parent
9830211a56
commit
c70dc07af9
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue