mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
Merge branch 'master' of https://github.com/rootzoll/raspiblitz
This commit is contained in:
commit
d6b8558e89
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ fi
|
|||
if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then
|
||||
|
||||
# make sure dialog file is writeable
|
||||
sudp touch ./.tmp
|
||||
sudo touch ./.tmp
|
||||
sudo chmod 777 ./.tmp
|
||||
|
||||
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
|
||||
|
|
Loading…
Add table
Reference in a new issue