mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 12:23:11 +02:00
Merge pull request #997 from gottfriedsz/patch-1
Fixed misspelled sudo command
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user