mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
upmpdcli: Update to 1.4.2
Fixed license information. Added PKG_BUILD_PARALLEL for faster compilation. Removed upstreamed patch. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -16,7 +16,9 @@ append_arg() {
|
||||
local val
|
||||
|
||||
config_get val "$cfg" "$var"
|
||||
[ -n "$val" -o -n "$def" ] && procd_append_param command $opt "${val:-$def}"
|
||||
if [ -n "$val" ] || [ -n "$def" ]; then
|
||||
procd_append_param command "$opt" "${val:-$def}"
|
||||
fi
|
||||
}
|
||||
|
||||
start_instance() {
|
||||
|
||||
Reference in New Issue
Block a user