mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
debug info
This commit is contained in:
parent
8b52fe6cc1
commit
ed729beb38
@ -76,6 +76,8 @@ sudo systemctl stop lnd 2>/dev/null
|
||||
# switch on
|
||||
if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
echo "switching the DynamicDNS ON"
|
||||
echo "dynDomain(${dynDomain})"
|
||||
echo "dynUpdateUrl(${dynUpdateUrl})"
|
||||
|
||||
# setting value in raspi blitz config
|
||||
sudo sed -i "s/^dynDomain=.*/dynDomain='${dynDomain}'/g" /mnt/hdd/raspiblitz.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user