1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

fix change_url

This commit is contained in:
Salamandar 2024-02-06 19:27:19 +01:00
parent 2627bd8b0e
commit be46683dce

View file

@ -40,8 +40,8 @@ ynh_backup_if_checksum_is_different --file="$install_dir/config.exs"
ynh_replace_string --match_string="$old_domain" --replace_string="$new_domain" --target_file="$install_dir/config.exs" ynh_replace_string --match_string="$old_domain" --replace_string="$new_domain" --target_file="$install_dir/config.exs"
ynh_store_file_checksum --file="$install_dir/config.exs" ynh_store_file_checksum --file="$install_dir/config.exs"
chmod 400 "$config" chmod 400 "$install_dir/config.exs"
chown "$app:$app" "$config" chown "$app:$app" "$install_dir/config.exs"
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION