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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue