heplers
This commit is contained in:
parent
7ff45c612c
commit
0e43938039
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue