From 7b61d13ec931c7811204282d611e91d838a09f4a Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Mon, 15 May 2023 23:36:58 +0530 Subject: [PATCH] Update create_ap --- src/scripts/create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/create_ap b/src/scripts/create_ap index 14dc932..7731e0b 100755 --- a/src/scripts/create_ap +++ b/src/scripts/create_ap @@ -1884,7 +1884,7 @@ if [[ "$SHARE_METHOD" != "bridge" ]]; then # remove restriction. if COMPLAIN_CMD=$(command -v complain || command -v aa-complain); then - COMPLAIN_CMD dnsmasq + $COMPLAIN_CMD dnsmasq fi umask 0033