mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-28 21:12:31 +02:00
Merge branch 'master' of https://github.com/rootzoll/raspiblitz
This commit is contained in:
commit
d6b8558e89
@ -27,7 +27,7 @@ fi
|
|||||||
if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then
|
if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then
|
||||||
|
|
||||||
# make sure dialog file is writeable
|
# make sure dialog file is writeable
|
||||||
sudp touch ./.tmp
|
sudo touch ./.tmp
|
||||||
sudo chmod 777 ./.tmp
|
sudo chmod 777 ./.tmp
|
||||||
|
|
||||||
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
|
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
|
||||||
|
Loading…
Reference in New Issue
Block a user