From d1677f92c61dfa3ee72488fde137f4bec47c39dd Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Tue, 21 Oct 2025 01:05:14 -0700 Subject: [PATCH] typos --- services/backupbot/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/backupbot/run b/services/backupbot/run index 97e12bc..d6fca02 100644 --- a/services/backupbot/run +++ b/services/backupbot/run @@ -6,7 +6,7 @@ if [[ -f /config/backupbot.env ]]; then else echo "[INFO] copying env vars from defaults..." cp -r /defaults/backupbot.env /config/ - export $(grep -V '^#' /config/backupbot.env) + export $(grep -V '^#' /config/backupbot.env | xargs) fi # Initialize default web interface if missing if [ ! -d /config/web ]; then