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:
parent
fcb75a805d
commit
e758f2bd74
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ ynh_store_file_checksum --file="$coturn_config_path"
|
||||||
data_path="/home/yunohost.app/$app"
|
data_path="/home/yunohost.app/$app"
|
||||||
mkdir -p $data_path
|
mkdir -p $data_path
|
||||||
cp -f ../sources/Coturn_config_rotate.sh $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
|
chmod +x $data_path/Coturn_config_rotate.sh
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue