mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update install
This commit is contained in:
parent
50738f6e1b
commit
92a7699c29
1 changed files with 3 additions and 1 deletions
|
@ -150,8 +150,10 @@ adduser turnserver ssl-cert
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring a systemd service..." --weight=1
|
ynh_script_progression --message="Configuring a systemd service..." --weight=1
|
||||||
|
|
||||||
|
ynh_replace_string --match_string="__TURNSERVER_PORT__" --replace_string="$turnserver_port" --target_file="../conf/systemd.service"
|
||||||
|
|
||||||
# Create a dedicated systemd config
|
# Create a dedicated systemd config
|
||||||
ynh_add_systemd_config --others_var="$turnserver_port"
|
ynh_add_systemd_config
|
||||||
|
|
||||||
mkdir -p /var/log/$app
|
mkdir -p /var/log/$app
|
||||||
mkdir -p /etc/$app
|
mkdir -p /etc/$app
|
||||||
|
|
Loading…
Add table
Reference in a new issue