mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
fiex value raspi conf
This commit is contained in:
@@ -63,10 +63,10 @@ if [ ${entryExists} -eq 0 ]; then
|
|||||||
echo "dynDomain=" >> ${configFile}
|
echo "dynDomain=" >> ${configFile}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# make sure entry line for 'dynDomain' exists
|
# make sure entry line for 'dynUpdateUrl' exists
|
||||||
entryExists=$(cat ${configFile} | grep -c 'updateDynDomain')
|
entryExists=$(cat ${configFile} | grep -c 'dynUpdateUrl')
|
||||||
if [ ${entryExists} -eq 0 ]; then
|
if [ ${entryExists} -eq 0 ]; then
|
||||||
echo "updateDynDomain=" >> ${configFile}
|
echo "dynUpdateUrl=" >> ${configFile}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# stop services
|
# stop services
|
||||||
|
Reference in New Issue
Block a user