mirror of https://git.openwrt.org/project/luci.git
applications/luci-ffwizzard: prevent infinite shell loop when compiling LuCI SDK
This commit is contained in:
parent
08f46b2a11
commit
521099ad98
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# prevent running on sdk
|
||||
type config_get >/dev/null 2>/dev/null || exit 0
|
||||
|
||||
set_default_config()
|
||||
{
|
||||
local cfg="$1"
|
||||
|
|
Loading…
Reference in New Issue