1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00

Update install

This commit is contained in:
ericgaspar 2021-01-26 14:24:31 +01:00
parent 691a6bac03
commit 2236312eac
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -59,14 +59,7 @@ ynh_system_user_create --username=$app
# MODIFY A CONFIG FILE # MODIFY A CONFIG FILE
#================================================= #=================================================
cp -a ../conf/matterbridge.toml $final_path/matterbridge.toml cp -a ../conf/matterbridge.toml.example $final_path/matterbridge.toml
#ynh_replace_string "__RAM__" "$ram" "../conf/conf/matterbridge.toml"
#ynh_replace_string "__PORT__" "$port" "../conf/matterbridge.toml"
#ynh_replace_string "__OP__" "$op" "../conf/matterbridge.toml"
#ynh_replace_string "__RCON__" "$rcon" "../conf/matterbridge.toml"
#ynh_replace_string "__PASSWD__" "$passwd" "../conf/matterbridge.toml"
#ynh_replace_string "__EULA__" "$eula" "../conf/matterbridge.toml"
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD