mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
use variable insteed of app name
This commit is contained in:
parent
ff0dc2a3f4
commit
c2ea27ba08
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ sudo chown -R www-data $final_path
|
||||||
# Start lstu
|
# Start lstu
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
systemctl enable lstu.service
|
systemctl enable $app.service
|
||||||
systemctl start lstu
|
systemctl start $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Reference in a new issue