Skip to content

Commit

Permalink
Minor fix to 'repair' script
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Dec 5, 2023
1 parent fa63bfc commit 95daf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/__globals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ create_state_as_needed() {
fi

if [ ! -f "$WORKDIRS/$WORKDIR_PARAM/.state/user_request" ]; then
set_key_value "user_request" "stop"
set_key_value "$WORKDIR_PARAM" "user_request" "stop"
fi

if [ "$WORKDIR_PARAM" != "active" ]; then
Expand Down

0 comments on commit 95daf38

Please sign in to comment.