mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
Add service integration progress message
This commit is contained in:
parent
d403ab9134
commit
9a009c924f
3 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,7 @@ ynh_use_logrotate
|
|||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add $app --description "ZeroTier network controller user interface" --log "/var/log/$app/$app.log"
|
||||
|
||||
|
|
|
@ -94,6 +94,7 @@ systemctl enable $app.service
|
|||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add $app --description "ZeroTier network controller user interface" --log "/var/log/$app/$app.log"
|
||||
|
||||
|
|
|
@ -190,6 +190,7 @@ chown -R $app: $final_path
|
|||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add $app --description "ZeroTier network controller user interface" --log "/var/log/$app/$app.log"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue