From 76f0cc24d8a73da9c74b895c334bd9655fbee311 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 21:28:07 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/install.sh b/src/install.sh index f05b9a3..1ca9562 100644 --- a/src/install.sh +++ b/src/install.sh @@ -120,6 +120,8 @@ startInstall() { fi fi + ! migrateFiles "$BASE" "$VERSION" && error "Migration failed!" && exit 57 + if skipInstall; then [ ! -f "$STORAGE/$BASE" ] && BASE="" return 1