install_easy: flow offload linux check

This commit is contained in:
bol-van
2022-03-13 17:37:38 +03:00
parent 9aab32a35a
commit 3bc41d62be
2 changed files with 2 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ check_system()
OPENWRT_FW3=
local info
local UNAME=$(uname)
UNAME=$(uname)
if [ "$UNAME" = "Linux" ]; then
# do not use 'exe' because it requires root
local INIT=$(sed 's/\x0/\n/g' /proc/1/cmdline | head -n 1)