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:
Tobias K 2023-04-27 02:43:38 +02:00
parent 592e38f01e
commit c5698e1d8e
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1

View File

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