Browse Source

fiex value raspi conf

dev
rootzoll 6 years ago
parent
commit
eecdf3ca15
  1. 6
      home.admin/config.scripts/internet.dyndomain.sh

6
home.admin/config.scripts/internet.dyndomain.sh

@ -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

Loading…
Cancel
Save