1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Replace __APP__

This commit is contained in:
ericgaspar 2021-01-25 12:32:36 +01:00
parent fcb75a805d
commit e758f2bd74
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -154,6 +154,7 @@ ynh_store_file_checksum --file="$coturn_config_path"
data_path="/home/yunohost.app/$app"
mkdir -p $data_path
cp -f ../sources/Coturn_config_rotate.sh $data_path/
ynh_replace_string --match_string="__APP__" --replace_string=$app --target_file=$data_path/Coturn_config_rotate.sh
chmod +x $data_path/Coturn_config_rotate.sh
#=================================================