mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
syntax fix setupfile
This commit is contained in:
@@ -50,7 +50,7 @@ if [ "${network}" == "" ] && [ "${migrationOS}" == "" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# write results to setup sate
|
# write results to setup sate
|
||||||
echo "migrationOS=${migrationOS}" >> $SETUPFILE
|
echo "migrationOS='${migrationOS}'" >> $SETUPFILE
|
||||||
echo "migrationVersion=''" >> $SETUPFILE
|
echo "migrationVersion=''" >> $SETUPFILE
|
||||||
echo "lightning=${lightning}" >> $SETUPFILE
|
echo "lightning=${lightning}" >> $SETUPFILE
|
||||||
echo "network=${network}" >> $SETUPFILE
|
echo "network=${network}" >> $SETUPFILE
|
||||||
|
Reference in New Issue
Block a user