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:
parent
2627bd8b0e
commit
be46683dce
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue