add chain to setup file

This commit is contained in:
rootzoll
2021-10-01 15:51:00 +02:00
parent da08502660
commit ff783dae74

View File

@@ -99,6 +99,7 @@ if [ "${migrationOS}" == "raspiblitz" ]; then
# migration OS & Version were already set earlier in setup process - now add migration filename # migration OS & Version were already set earlier in setup process - now add migration filename
echo "migrationFile='${filename}'" >> $SETUPFILE echo "migrationFile='${filename}'" >> $SETUPFILE
echo "chain='main'" >> $SETUPFILE
exit 0 exit 0
fi fi