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