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