From e758f2bd74e8c8bb911cddc20100dcf570b863bf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 25 Jan 2021 12:32:36 +0100 Subject: [PATCH] Replace __APP__ --- scripts/install | 1 + 1 file changed, 1 insertion(+) 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 #=================================================