From 6b05d6310a4bb4e7f4639643cd22cf34b5384b0c Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 15 May 2021 08:47:18 -0500 Subject: Made ns silent, and run in the background --- bin/ns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ns b/bin/ns index 170afcd..500e94e 100755 --- a/bin/ns +++ b/bin/ns @@ -17,8 +17,8 @@ case $1 in echo "Done" ;; -s) - wpa_supplicant -c $CONFIG -B -i $INTERFACE - dhcpcd $INTERFACE + wpa_supplicant -s -c $CONFIG -B -i $INTERFACE & + dhcpcd -q $INTERFACE & ;; *) echo "ns" -- cgit v1.2.3