mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
fix dialog paramter
This commit is contained in:
parent
dc0fd31e07
commit
2f452ca8a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user