updated configs

This commit is contained in:
2025-11-27 10:31:51 -07:00
parent 6839c3c8b3
commit 1ac3ac1858
4 changed files with 10 additions and 7 deletions

View File

@@ -70,16 +70,16 @@ MAIN() {
( * )
[ ! $APPLICATION ] && APPLICATION="$1" \
|| ERROR "extra positional argument '$1'"
|| echo.error "extra positional argument '$1'"
esac
shift 1
done
[ ! $APPLICATION ] && ERROR 'path-executable required'
[ ! $APPLICATION ] && echo.error 'path-executable required'
[ ! $CLIENT_CLASS ] && CLIENT_CLASS=$APPLICATION
[ $APPLICATION ] && {
__CHECK_DEPENDENCY $APPLICATION || {
utils.dependencies.check $APPLICATION || {
notify.error "$APPLICATION not found"
}
}