Skip to content

Commit

Permalink
Fix exit code in restoreDB script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 27, 2023
1 parent 495a80e commit 984c281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/restore-module/40restoreDB
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mysql --version
# The script is sourced, override entrypoint args and exit:
set -- true
docker_temp_server_stop
exit 1
exit 0
EOS

# once we exit we remove initdb.d
Expand Down

0 comments on commit 984c281

Please sign in to comment.