1
0
Fork 0
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:
Pierre Bourré 2019-02-03 01:03:02 +01:00
parent ff0dc2a3f4
commit c2ea27ba08

View file

@ -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