mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
hotfix suppress noise
Suppressed noise about not being able to source notification (new function) when on legacy notification template.
This commit is contained in:
parent
ec09612274
commit
22871442db
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ if [[ "$VERSION" != "$LatestRelease" ]]; then
|
|||
fi
|
||||
|
||||
# Version check for notify templates
|
||||
[[ "$Notify" == true ]] && { exec_if_exists_or_fail notify_update_notification || printf "Could not source notify notification function.\n"; }
|
||||
[[ "$Notify" == true ]] && [[ ! -s "${ScriptWorkDir}/notify.sh" ]] && { exec_if_exists_or_fail notify_update_notification || printf "Could not source notify notification function.\n"; }
|
||||
|
||||
dependency_check "regctl" "regbin" "https://github.com/regclient/regclient/releases/latest/download/regctl-linux-TEMP"
|
||||
dependency_check "jq" "jqbin" "https://github.com/jqlang/jq/releases/latest/download/jq-linux-TEMP"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue