mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
10 lines
300 B
Bash
Executable File
10 lines
300 B
Bash
Executable File
#!/bin/sh
|
|
# shunt has no version output by design: the runtime version comes from
|
|
# rpc-sys packagelist via ubus, which is not available in the CI
|
|
# container. The forced generic version check can therefore never match
|
|
# PKG_VERSION in the output of the daemon.
|
|
|
|
[ "$1" = "shunt" ] || exit 1
|
|
|
|
exit 0
|