mirror of
https://github.com/openwrt/packages.git
synced 2025-11-05 14:29:43 +00:00
to verify the version emitted by uradvd is not empty. Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
uradvd --version | grep -Fx "uradvd $PKG_SOURCE_DATE"
|