1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00
This commit is contained in:
Éric Gaspar 2023-05-26 11:21:33 +02:00
parent 40eff72fcd
commit b589c5c519
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ openproject configure >> "$YNH_STDINFO"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app
yunohost service add $app --description="Web-based project management software" --log="systemd"
#=================================================
# START SYSTEMD SERVICE

View file

@ -49,7 +49,7 @@ openproject configure >> "$YNH_STDINFO"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app
--description="Web-based project management software" --log="systemd"
#=================================================
# START SYSTEMD SERVICE

View file

@ -39,7 +39,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app
--description="Web-based project management software" --log="systemd"
#=================================================
# START SYSTEMD SERVICE