🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-11 16:08:24 -04:00
parent 1a6bbcd8a0
commit 1e8f9ee710
3 changed files with 10 additions and 9 deletions

View File

@@ -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