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

Update change_url

This commit is contained in:
ericgaspar 2022-04-04 18:40:23 +02:00
parent a2dc7810a6
commit 7e17ba9b6b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -96,11 +96,11 @@ fi
#================================================= #=================================================
ynh_script_progression --message="Updating $app configuration..." --weight=2 ynh_script_progression --message="Updating $app configuration..." --weight=2
ynh_backup_if_checksum_is_different --file="${final_path}/config/baikal.yaml" ynh_backup_if_checksum_is_different --file="$final_path/config/baikal.yaml"
ynh_replace_string --match_string="base_uri: '$old_path'" --replace_string="base_uri: '$new_path'" --target_file="${final_path}/config/baikal.yaml" ynh_replace_string --match_string="base_uri: '$old_path'" --replace_string="base_uri: '$new_path'" --target_file="$final_path/config/baikal.yaml"
ynh_store_file_checksum --file="${final_path}/config/baikal.yaml" ynh_store_file_checksum --file="$final_path/config/baikal.yaml"
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION