fix dialog paramter

This commit is contained in:
rootzoll 2019-02-18 17:25:43 +01:00
parent dc0fd31e07
commit 2f452ca8a4

View File

@ -26,6 +26,10 @@ fi
# run interactive if 'turn on' && no further parameters
if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then
# make sure dialog file is writeable
sudp touch ./.tmp
sudo chmod 777 ./.tmp
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
For more details see chapter in GitHub README