Skip to content

Commit

Permalink
fix bug that displays start when server has been stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Mar 3, 2024
1 parent 1b5d228 commit 9fcd4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ DiscordMessage "Start" "${DISCORD_PRE_START_MESSAGE}" "success"
echo "${STARTCOMMAND[*]}"
"${STARTCOMMAND[@]}"

DiscordMessage "Start" "${DISCORD_POST_SHUTDOWN_MESSAGE}" "failure"
DiscordMessage "Stop" "${DISCORD_POST_SHUTDOWN_MESSAGE}" "failure"
exit 0

0 comments on commit 9fcd4c5

Please sign in to comment.