mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
fix syntax error from CL change
This commit is contained in:
parent
d66cb69d72
commit
06d0e05c20
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ if [ "${#dynDomain}" -gt 0 ]; then
|
|||
sudo /home/admin/config.scripts/internet.dyndomain.sh on ${dynDomain} ${dynUpdateUrl} >> ${logFile} 2>&1
|
||||
else
|
||||
echo "Provisioning DYNAMIC DOMAIN - keep default" >> ${logFile}
|
||||
fiCL
|
||||
fi
|
||||
|
||||
# RTL (LND)CL
|
||||
if [ "${rtlWebinterface}" = "on" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue