aredn/files/usr/local/bin/firmwarecheck.sh

14 lines
127 B
Bash
Executable File

#!/bin/sh
. /etc/functions.sh
include /lib/upgrade/
if (eval platform_check_image "$*")
then
return 0;
else
return 1;
fi