Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
wakibi committed Feb 2, 2024
1 parent c5b4372 commit 1b1ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
if [[ ${count} -eq 10 ]]
then
echo 'Timeout'
./reset.sh ${key_value_store} ${old_state}
./scripts/reset.sh ${key_value_store} ${old_state}
exit 1
fi
echo "Wait for reloading, pids: ${pid}"
Expand Down

0 comments on commit 1b1ae69

Please sign in to comment.