This commit is contained in:
rootzoll 2025-02-05 12:05:28 +01:00
parent f7ece8a58f
commit f5daad3340

View File

@ -169,7 +169,7 @@ if [ "${setupPhase}" = "setup" ]; then
# only offer 'keep blockchain' option on systems that dont boot from storage
existingBlockchain=""
if [ "${system_setup_bootFromStorage}" == "0" ]; then
if [ "${system_setup_storageBlockchainGB}" != "" ] || [ "${system_setup_storageBlockchainGB}" != "0" ]; then
if [ "${system_setup_storageBlockchainGB}" != "" ] || [ "${system_setup_storageBlockchainGB}" != "0" ]; then
existingBlockchain="BITCOIN"
fi
fi