mirror of
https://github.com/YunoHost-Apps/piped_ynh.git
synced 2024-09-03 20:05:54 +02:00
Fixed change_url
This commit is contained in:
parent
afe9a15877
commit
10ac22ce1a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ynh_change_url_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Updating $app configuration..."
|
ynh_script_progression --message="Updating $app configuration..."
|
||||||
|
|
||||||
sed -i s/"$old_domain"/"$new_domain"/g $install_dir/assets/*
|
sed -i s/"$old_domain"/"$new_domain"/g $install_dir/dist/assets/*
|
||||||
|
|
||||||
ynh_add_config --template="config.properties" --destination="$install_dir/config.properties"
|
ynh_add_config --template="config.properties" --destination="$install_dir/config.properties"
|
||||||
chown $app:$app "$install_dir/config.properties"
|
chown $app:$app "$install_dir/config.properties"
|
||||||
|
|
Loading…
Add table
Reference in a new issue