This commit is contained in:
denis 2024-11-15 20:42:51 -05:00
parent 7ff45c612c
commit 0e43938039
2 changed files with 4 additions and 4 deletions

View file

@ -33,9 +33,9 @@ ynh_script_progression "Adding system configurations related to $app..."
ynh_config_add_nginx
ynh_add_systemd_config --service= "${app}-backend" --template="backend"
ynh_config_add_systemd --service= "${app}-backend" --template="backend"
ynh_add_systemd_config --service= "${app}-frontend" --template="frontend"
ynh_config_add_systemd --service= "${app}-frontend" --template="frontend"
yunohost service add "${app}-backend" --description="a beautiful and performant vault to save all your files in the cloud" --log="/var/log/$app/$app.log"

View file

@ -34,9 +34,9 @@ ynh_script_progression "Upgrading system configurations related to $app..."
ynh_config_add_nginx
ynh_add_systemd_config --service= "${app}-backend" --template="backend"
ynh_config_add_systemd --service= "${app}-backend" --template="backend"
ynh_add_systemd_config --service= "${app}-frontend" --template="frontend"
ynh_config_add_systemd --service= "${app}-frontend" --template="frontend"
yunohost service add "${app}-backend" --description="a beautiful and performant vault to save all your files in the cloud" --log="/var/log/$app/$app.log"