mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
changes from bot review
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user