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