This commit is contained in:
rootzoll 2020-01-29 01:45:00 +01:00
commit d6b8558e89

View file

@ -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:
@ -132,4 +132,4 @@ fi
sudo /home/admin/config.scripts/lnd.newtlscert.sh sudo /home/admin/config.scripts/lnd.newtlscert.sh
echo "may needs reboot to run normal again" echo "may needs reboot to run normal again"
exit 0 exit 0