mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
run-parts.sh: Fix order of parameters to notify_admin
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
592e38f01e
commit
c5698e1d8e
@ -87,7 +87,7 @@ fi
|
||||
echo "Init done"
|
||||
|
||||
[[ -f /data/docker_discontinuation_alert_sent ]] || \
|
||||
( . /usr/local/etc/library.sh; notify_admin "$DOCKER_DISCONTINUATION_ALERT" && touch /data/docker_discontinuation_alert_sent )
|
||||
( . /usr/local/etc/library.sh; notify_admin "ATTENTION: NCP docker support to be discontinued" "$DOCKER_DISCONTINUATION_ALERT" && touch /data/docker_discontinuation_alert_sent )
|
||||
while true; do sleep 0.5; done
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user