From a2bd3852e42122c6ade0389838ca4c334bc54202 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Mon, 13 Jul 2020 00:56:56 +0800 Subject: [PATCH] Revert "Make scripts more compatible and fail fast" This reverts commit cf8dab851ffe514db774357edd59a407a5b1ab02. This affects the normal operation of the script, and debugging should be done deliberately, not to the user. --- install-dat-release.sh | 4 +--- install-release.sh | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/install-dat-release.sh b/install-dat-release.sh index e489045..dbd876c 100644 --- a/install-dat-release.sh +++ b/install-dat-release.sh @@ -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: diff --git a/install-release.sh b/install-release.sh index 8439e01..6c70fd7 100644 --- a/install-release.sh +++ b/install-release.sh @@ -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