mirror of
https://github.com/mag37/dockcheck.git
synced 2026-03-01 22:50:27 +01:00
Added application name to 'dependency missing' message
This commit is contained in:
parent
4505cbac63
commit
9245718eda
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ dependency_check() {
|
|||
binary_downloader "$AppName" "$AppUrl"
|
||||
[[ -f "$ScriptWorkDir/$AppName" ]] && { export "$AppVar"="$ScriptWorkDir/$1" && printf "\n%b%s downloaded.%b\n" "$c_green" "$AppName" "$c_reset"; }
|
||||
fi
|
||||
else printf "\n%bDependency missing, exiting.%b\n" "$c_red" "$c_reset"; exit 1;
|
||||
else printf "\n%bDependency '%s' missing, exiting.%b\n" "$c_red" "$AppName" "$c_reset"; exit 1;
|
||||
fi
|
||||
fi
|
||||
# Final check if binary is correct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue