fix: fix: supervisor code cleanup — LOG_FILE, dead files, stale tmux references (#343)
This commit is contained in:
parent
65ae5c908d
commit
e6ac67811a
5 changed files with 21 additions and 880 deletions
|
|
@ -38,7 +38,7 @@ source "$FACTORY_ROOT/lib/guard.sh"
|
|||
# shellcheck source=../lib/agent-sdk.sh
|
||||
source "$FACTORY_ROOT/lib/agent-sdk.sh"
|
||||
|
||||
LOG_FILE="$SCRIPT_DIR/supervisor.log"
|
||||
LOG_FILE="${DISINTO_LOG_DIR}/supervisor/supervisor.log"
|
||||
# shellcheck disable=SC2034 # consumed by agent-sdk.sh
|
||||
LOGFILE="$LOG_FILE"
|
||||
# shellcheck disable=SC2034 # consumed by agent-sdk.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue