From b8365833f9e2c7939242ddc8e37f8a624bff92aa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 27 Sep 2021 14:46:01 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4ef8804..0775925 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -112,8 +112,7 @@ then if [ -d $final_path/var/data ]; then cp -af "$final_path/var/data" "$tmpdir/." fi - $final_path/.env - + cp -a "$final_path/.env" "$tmpdir/.env" # Download, check integrity, uncompress and patch the source from app.src