mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-01-18 06:34:28 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
1a6bbcd8a0
commit
1e8f9ee710
@ -18,18 +18,16 @@
|
|||||||
# @@sudo/root : no
|
# @@sudo/root : no
|
||||||
# @@Template : other/docker-entrypoint
|
# @@Template : other/docker-entrypoint
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
# Set bash options
|
||||||
|
[ -n "$DEBUG" ] && set -x
|
||||||
|
set -o pipefail
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
APPNAME="$(basename "$0" 2>/dev/null)"
|
APPNAME="$(basename "$0" 2>/dev/null)"
|
||||||
VERSION="202210042049-git"
|
VERSION="202210042049-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}"
|
||||||
SCRIPT_SRC_DIR="${BASH_SOURCE%/*}"
|
SCRIPT_SRC_DIR="${BASH_SOURCE%/*}"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
||||||
# Set bash options
|
|
||||||
[ "$1" == "--debug" ] && set -xo pipefail && export SCRIPT_OPTS="--debug" && export _DEBUG="on"
|
|
||||||
[ "$1" == "--raw" ] && export SHOW_RAW="true"
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Set functions
|
# Set functions
|
||||||
__version() { echo -e ${GREEN:-}"$VERSION"${NC:-}; }
|
__version() { echo -e ${GREEN:-}"$VERSION"${NC:-}; }
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
# Set bash options
|
||||||
|
[ -n "$DEBUG" ] && set -x
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
if [ "$SIDECAR_NEWSUPDATER" = "1" ]; then
|
if [ "$SIDECAR_NEWSUPDATER" = "1" ]; then
|
||||||
pgrep -f "/usr/bin/nextcloud-news-updater -c /etc/news_updater.ini"
|
pgrep -f "/usr/bin/nextcloud-news-updater -c /etc/news_updater.ini"
|
||||||
elif [ "$SIDECAR_CRON" = "1" ] || [ "$SIDECAR_PREVIEWGEN" = "1" ]; then
|
elif [ "$SIDECAR_CRON" = "1" ] || [ "$SIDECAR_PREVIEWGEN" = "1" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user