mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
[fix] Warning in diagnosis
This commit is contained in:
parent
6b253039a9
commit
0c7e302f5b
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ systemctl start $app.timer
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||||
|
|
||||||
yunohost service add $app --description="Deduplicating backup program"
|
# Inactive services are ignored cause it's a timer
|
||||||
|
yunohost service add $app --description="Deduplicating backup program" --test_status="systemctl show borg.service -p ActiveState --value | grep -v failed"
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue