mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-01-18 12:34:31 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
69bfd05464
commit
b8c9288b14
@ -14,16 +14,16 @@
|
|||||||
# @Resource :
|
# @Resource :
|
||||||
# @sudo/root : no
|
# @sudo/root : no
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
# Set bash options
|
||||||
|
[ -n "$DEBUG" ] && set -x
|
||||||
|
set -o pipefail
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
APPNAME="$(basename "$0" 2>/dev/null)"
|
APPNAME="$(basename "$0" 2>/dev/null)"
|
||||||
VERSION="202207112232-git"
|
VERSION="202207112232-git"
|
||||||
HOME="${USER_HOME:-$HOME}"
|
HOME="${USER_HOME:-$HOME}"
|
||||||
USER="${SUDO_USER:-$USER}"
|
USER="${SUDO_USER:-$USER}"
|
||||||
RUN_USER="${SUDO_USER:-$USER}"
|
RUN_USER="${SUDO_USER:-$USER}"
|
||||||
SRC_DIR="${BASH_SOURCE%/*}"
|
SRC_DIR="${BASH_SOURCE%/*}"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
||||||
# Set bash options
|
|
||||||
if [[ "$1" == "--debug" ]]; then shift 1 && set -xo pipefail && export SCRIPT_OPTS="--debug" && export _DEBUG="on"; fi
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Set functions
|
# Set functions
|
||||||
__exec_bash() {
|
__exec_bash() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user