Skip to content

Commit

Permalink
chat i hate shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggySazHi committed Feb 5, 2024
1 parent 2047b6b commit 6a88209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/ignite
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

# Pretty much all copied from docker-minecraft-server in "start-deployPurpur" since we use a custom target to Ignite

if [ "$USE_IGNITE_LOADER" -eq "true" ]; then
if [[ "$USE_IGNITE_LOADER" -eq "true" ]]; then
echo "Setting up Ignite loader, forcing Purpur server"

IFS=$'\n\t'
Expand Down

0 comments on commit 6a88209

Please sign in to comment.