mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-08 10:14:46 +02:00
Cleanup shebangs, add set -eou[x] pipefail to all files
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
#!/bin/bash -x
|
||||
set -euo pipefail
|
||||
|
||||
id
|
||||
#!/bin/bash
|
||||
set -eoux pipefail
|
||||
|
||||
FACTORIO_VOL=/factorio
|
||||
mkdir -p "$FACTORIO_VOL"
|
||||
|
Reference in New Issue
Block a user