From 70788eaea45eaf152cf7ac43db09491668698ffd Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 17 Jun 2020 21:46:42 +0200 Subject: [PATCH] Update change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index f359091..738bb05 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -98,7 +98,7 @@ if [ $change_domain -eq 1 ]; then ynh_delete_file_checksum --file="$nginx_conf_path" mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf # Store file checksum for the new config file location - #ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" + ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" fi #=================================================