mirror of
https://github.com/YunoHost-Apps/openproject_ynh.git
synced 2024-09-03 19:56:10 +02:00
fix
This commit is contained in:
parent
6cb336832f
commit
819988996a
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ openproject configure >> "$YNH_STDINFO"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
--description="Web-based project management software" --log="systemd"
|
||||
yunohost service add $app --description=Web-based project management software --log=systemd
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
|
@ -39,7 +39,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
--description="Web-based project management software" --log="systemd"
|
||||
yunohost service add $app --description=Web-based project management software --log=systemd
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue