mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-09-18 15:57:50 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Set bash options
|
||||
[ -n "$DEBUG" ] && set -x
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
if [ "$SIDECAR_NEWSUPDATER" = "1" ]; then
|
||||
pgrep -f "/usr/bin/nextcloud-news-updater -c /etc/news_updater.ini"
|
||||
elif [ "$SIDECAR_CRON" = "1" ] || [ "$SIDECAR_PREVIEWGEN" = "1" ]; then
|
||||
|
Reference in New Issue
Block a user