From f029e52d9cd9739bd2ac64b59dc1a025addbe2c2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Aug 2021 19:57:08 +0200 Subject: [PATCH] Update restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 7a8cae4..c581c39 100755 --- a/scripts/restore +++ b/scripts/restore @@ -33,6 +33,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +timezone="$(cat /etc/timezone)" #================================================= # CHECK IF THE APP CAN BE RESTORED