Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mac_pw_pool/pw_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DH_REQ_VAL="mac-pool"
# with the name and details. File is refreshed/overwritten each time script runs
# without any fatal/uncaught command-errors. Intended for reference by humans
# and/or other tooling.
DHSTATE="${PWSTATE:-$LIB_DIRPATH/dh_status.txt}"
DHSTATE="${DHSTATE:-$LIB_DIRPATH/dh_status.txt}"

# Similar to $DHSTATE but records the status of each instance. Format is
# instance name, setup status, listener status, # started tasks, # finished tasks,
Expand Down
Loading