diff --git a/scripts/install b/scripts/install index 0d51853..5a45ea8 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================