mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-15 19:44:30 +05:00
Fix operation
This commit is contained in:
@@ -12,7 +12,7 @@ checkpoint_false() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output_21() {
|
output_21() {
|
||||||
if [ "$VERSION_ID" -ge 21 ]; then
|
if [ "$VERSION_ID" -eq 21 ]; then
|
||||||
echo "You are using OpenWrt 21.02. This check does not support it"
|
echo "You are using OpenWrt 21.02. This check does not support it"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -39,7 +39,7 @@ else
|
|||||||
echo "If you don't use vpn_domains set, it's OK"
|
echo "If you don't use vpn_domains set, it's OK"
|
||||||
echo "Check version: opkg list-installed | grep dnsmasq-full"
|
echo "Check version: opkg list-installed | grep dnsmasq-full"
|
||||||
echo "Required version >= 2.87. For openwrt 22.03 follow manual: https://t.me/itdoginfo/12"
|
echo "Required version >= 2.87. For openwrt 22.03 follow manual: https://t.me/itdoginfo/12"
|
||||||
if [ "$VERSION_ID" -ge 21 ]; then
|
if [ "$VERSION_ID" -eq 21 ]; then
|
||||||
echo "You are using OpenWrt 21.02. This check does not support it"
|
echo "You are using OpenWrt 21.02. This check does not support it"
|
||||||
echo "Manual for openwrt 21.02: https://t.me/itdoginfo/8"
|
echo "Manual for openwrt 21.02: https://t.me/itdoginfo/8"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user