mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 12:23:11 +02:00
fix dialog paramter
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user