mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update install
This commit is contained in:
parent
0e9d82e646
commit
31f50b3a79
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ sudo sed -i "s@__PORT__@$port@g" "$final_path/lstu.conf"
|
|||
codename=$(lsb_release -a 2>/dev/null | grep Codename | cut -f 2)
|
||||
CHECK_VAR "$codename" "codename empty"
|
||||
ynh_app_setting_set $app codename $codename
|
||||
sudo cp utilities/lstu.default /etc/default/lstu
|
||||
sudo cp "$final_path/utilities/lstu.default" /etc/default/lstu
|
||||
|
||||
sudo cp ../conf/lstu.service /etc/systemd/system/lstu.service
|
||||
sudo chown root: /etc/systemd/system/lstu.service
|
||||
|
|
Loading…
Reference in a new issue