summaryrefslogtreecommitdiff
path: root/debian/vyos-1x.postinst
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2023-12-29 13:40:25 -0600
committerIndrajit Raychaudhuri <irc@indrajit.com>2023-12-29 13:40:28 -0600
commita95ee3fd38f3c1d54ea359088d0eb1a4d4582b6b (patch)
tree862e3aa486a075c3e3685a31be147cd03dc8da60 /debian/vyos-1x.postinst
parent5eab80d53be9c2a05d27a0e011949f7e4a9e38dd (diff)
downloadvyos-1x-a95ee3fd38f3c1d54ea359088d0eb1a4d4582b6b.tar.gz
vyos-1x-a95ee3fd38f3c1d54ea359088d0eb1a4d4582b6b.zip
tacacs: T141: Wrap string in double quotes to allow expansion
Diffstat (limited to 'debian/vyos-1x.postinst')
-rw-r--r--debian/vyos-1x.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst
index cd88cf60c..f7ebec8bc 100644
--- a/debian/vyos-1x.postinst
+++ b/debian/vyos-1x.postinst
@@ -73,7 +73,7 @@ if ! grep -q '^tacacs' /etc/passwd; then
adduser --quiet tacacs${level} frr
fi
level=$(( level+1 ))
- done 2>&1 | grep -v 'User tacacs${level} already exists'
+ done 2>&1 | grep -v "User tacacs${level} already exists"
fi
# Add RADIUS operator user for RADIUS authenticated users to map to