From e7b3b20cfaad12f458fff892cec6e10750acf005 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 16 Feb 2022 01:26:09 +0100 Subject: [PATCH] Fix restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 5c9eaa1..62df297 100644 --- a/scripts/restore +++ b/scripts/restore @@ -26,6 +26,7 @@ fi if [ "$app_version" = "8" ]; then bin_file="$final_path/venv/bin/python $final_path/$appname/$FORKNAME.py" fi +export preinstall=0 #================================================= # CHECK IF THE APP CAN BE RESTORED