mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fiex value raspi conf
This commit is contained in:
parent
ed729beb38
commit
eecdf3ca15
1 changed files with 3 additions and 3 deletions
|
@ -63,10 +63,10 @@ if [ ${entryExists} -eq 0 ]; then
|
|||
echo "dynDomain=" >> ${configFile}
|
||||
fi
|
||||
|
||||
# make sure entry line for 'dynDomain' exists
|
||||
entryExists=$(cat ${configFile} | grep -c 'updateDynDomain')
|
||||
# make sure entry line for 'dynUpdateUrl' exists
|
||||
entryExists=$(cat ${configFile} | grep -c 'dynUpdateUrl')
|
||||
if [ ${entryExists} -eq 0 ]; then
|
||||
echo "updateDynDomain=" >> ${configFile}
|
||||
echo "dynUpdateUrl=" >> ${configFile}
|
||||
fi
|
||||
|
||||
# stop services
|
||||
|
|
Loading…
Add table
Reference in a new issue