Skip to content

Commit

Permalink
Merge pull request #486 from thijsvanloef/fix-stop-message
Browse files Browse the repository at this point in the history
fix bug that displays start when server has been stopped
  • Loading branch information
thijsvanloef authored Mar 3, 2024
2 parents 1b5d228 + 9fcd4c5 commit 1fd3325
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 1fd3325

Please sign in to comment.