Revert "Make scripts more compatible and fail fast"
This reverts commit cf8dab851f
.
This affects the normal operation of the script, and debugging should be done deliberately, not to the user.
pull/25/head
parent
feaf4e2522
commit
a2bd3852e4
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
#!/bin/bash
|
||||
|
||||
# This Bash script to install the latest release of geoip.dat and geosite.dat:
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
#!/bin/bash
|
||||
|
||||
# The files installed by the script conform to the Filesystem Hierarchy Standard:
|
||||
# https://wiki.linuxfoundation.org/lsb/fhs
|
||||
|
|
Loading…
Reference in New Issue