Update install
This commit is contained in:
parent
03dbfa45d8
commit
2cc4085734
1 changed files with 2 additions and 1 deletions
|
@ -128,6 +128,7 @@ email=$(ynh_user_get_info $admin 'mail')
|
|||
|
||||
# setup application config
|
||||
cp -a ../conf/.env.example $final_path/.env
|
||||
cp -a ../conf/wings.service /etc/systemd/system/wings.service
|
||||
|
||||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
|
@ -205,7 +206,7 @@ popd
|
|||
|
||||
ynh_add_systemd_config
|
||||
systemctl enable $app.service
|
||||
#systemctl enable --now wings
|
||||
systemctl enable wings.service
|
||||
|
||||
#=================================================
|
||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||
|
|
Loading…
Reference in a new issue