mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-09-18 15:57:49 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/tmp/init.sh rootfs/tmp/update-geoip-db.sh rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh
This commit is contained in:
@@ -32,10 +32,6 @@ RUN_USER="${SUDO_USER:-$USER}"
|
||||
SRC_DIR="${BASH_SOURCE%/*}"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Set bash options
|
||||
trap 'exitCode=${exitCode:-$?};[ -n "$INIT_SH_TEMP_FILE" ] && [ -f "$INIT_SH_TEMP_FILE" ] && rm -Rf "$INIT_SH_TEMP_FILE" &>/dev/null' EXIT
|
||||
#if [ ! -t 0 ] && { [[ "$1" = --term ]] || [ $# = 0 ]; }; then shift 1 && TERMINAL_APP="TRUE" myterminal -e "$APPNAME $*" && exit || exit 1; fi
|
||||
[ "$1" = "--debug" ] && set -xo pipefail && export SCRIPT_OPTS="--debug" && export _DEBUG="on"
|
||||
[ "$1" = "--raw" ] && export SHOW_RAW="true"
|
||||
set -o pipefail
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
for f in GeoLite2-ASN GeoLite2-City GeoLite2-Country; do
|
Reference in New Issue
Block a user