From aa10033e77e9c095e7b66bf13a51ce0ff5c66e50 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 15 Apr 2020 15:57:00 -0400 Subject: added scripts and conf --- mod.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 mod.sh (limited to 'mod.sh') diff --git a/mod.sh b/mod.sh new file mode 100755 index 0000000..9f95cab --- /dev/null +++ b/mod.sh @@ -0,0 +1,5 @@ +#!/bin/sh +export TMP=`mktemp` +sed 's/supplicant-%I/supplicant/g' /usr/lib/systemd/system/wpa_supplicant.service > $TMP +mv $TMP /usr/lib/systemd/system/wpa_supplicant.service +rm $TMP -- cgit