From ba25477a2d02e6733a08ef1bb0f84edd3d63a091 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Sun, 17 May 2026 19:07:57 -0400 Subject: [PATCH] changes from bot review --- docker/init_scripts/init | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/init_scripts/init b/docker/init_scripts/init index 2a4a4ca30..39ee0f2ac 100755 --- a/docker/init_scripts/init +++ b/docker/init_scripts/init @@ -248,7 +248,7 @@ start_bin_watcher() { start_bin_sync_watcher() { info_log "Starting sync folder watcher" - local sync_base_path="${ROMM_BASE_PATH:-/romm}/sync" + sync_base_path="${ROMM_BASE_PATH:-/romm}/sync" mkdir -p "${sync_base_path}" if [[ ${OTEL_SDK_DISABLED:-false} == "true" ]]; then watchfiles \ diff --git a/entrypoint.sh b/entrypoint.sh index 85db4f51c..33e77dc2c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -80,7 +80,7 @@ watchfiles \ if [[ ${ENABLE_SYNC_FOLDER_WATCHER:-false} == "true" ]]; then echo "Starting sync folder watcher..." - local sync_base_path="${ROMM_BASE_PATH:-/romm}/sync" + sync_base_path="${ROMM_BASE_PATH:-/romm}/sync" mkdir -p "${sync_base_path}" watchfiles \ --target-type command \