Skip to content

Commit a2bd385

Browse files
committed
Revert "Make scripts more compatible and fail fast"
This reverts commit cf8dab8. This affects the normal operation of the script, and debugging should be done deliberately, not to the user.
1 parent feaf4e2 commit a2bd385

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

install-dat-release.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/env bash
2-
3-
set -euxo pipefail
1+
#!/bin/bash
42

53
# This Bash script to install the latest release of geoip.dat and geosite.dat:
64

install-release.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/env bash
2-
3-
set -euxo pipefail
1+
#!/bin/bash
42

53
# The files installed by the script conform to the Filesystem Hierarchy Standard:
64
# https://wiki.linuxfoundation.org/lsb/fhs

0 commit comments

Comments
 (0)