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