Skip to content

Commit

Permalink
run-parts.sh: Fix order of parameters to notify_admin
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias K <[email protected]>
  • Loading branch information
theCalcaholic committed Apr 27, 2023
1 parent 592e38f commit c5698e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/debian-ncp/run-parts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit c5698e1

Please sign in to comment.