1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00

[Fix] Problem Command not found

This commit is contained in:
frju365 2017-08-22 19:27:56 +02:00 committed by GitHub
parent 95354ad896
commit c59dec36b5

View file

@ -62,7 +62,7 @@ sudo apt-get install -yy loolwsd code-brand
#=================================================
# Create a dedicated nginx config
ynh_nginx_config
ynh_add_nginx_config
#=================================================
# CREATE DEDICATED USER
@ -82,7 +82,7 @@ ynh_system_user_create $app
#=================================================
# Create a dedicated systemd config
ynh_systemd_config
ynh_add_systemd_config
# If app is public, add url to SSOWat conf as skipped_uris
@ -93,3 +93,4 @@ fi
# Reload services
sudo service nginx reload