Skip to content

Commit

Permalink
Removed exit 0, as it exits the parent script (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhm authored Nov 13, 2023
1 parent 8a6c952 commit a271912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prestart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ do
[ -x $prestart ] && $prestart
done

# We echo "complete" to ensure this scripts last command has exit code 0.
echo "Prestart Complete"
exit 0

0 comments on commit a271912

Please sign in to comment.