mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-08 02:04:53 +02:00
Cleanup shebangs, add set -eou[x] pipefail to all files
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/bin/bash -x
|
||||
if [ -z "$1" ]; then
|
||||
#!/bin/bash
|
||||
set -eoux pipefail
|
||||
echo "No argument supplied"
|
||||
fi
|
||||
SERVER_SCENARIO="$1"
|
||||
|
Reference in New Issue
Block a user