diff --git a/lnd/env b/lnd/env index 5d1045b..05964fd 100644 --- a/lnd/env +++ b/lnd/env @@ -41,7 +41,7 @@ lnd_svc_install() { exec 2>&1 # wait for OS to acquire a clock sync. # random date in the past: Oct 22 06:40:00 PM UTC 2023 -while [ "$(date +%s)" -lt 1698000000 ] +while [ "\$(date +%s)" -lt 1698000000 ] do echo "service start suspended until clock sync" sleep 5