Update install.sh

This commit is contained in:
Kroese 2024-04-28 21:28:07 +02:00 committed by GitHub
parent b705807bec
commit 76f0cc24d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,6 +120,8 @@ startInstall() {
fi fi
fi fi
! migrateFiles "$BASE" "$VERSION" && error "Migration failed!" && exit 57
if skipInstall; then if skipInstall; then
[ ! -f "$STORAGE/$BASE" ] && BASE="" [ ! -f "$STORAGE/$BASE" ] && BASE=""
return 1 return 1