Update adduser.sh
This commit is contained in:
parent
529b330674
commit
0adbd6ccec
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Enter username"
|
||||
read username
|
||||
if grep "^"$username":" /etc/ipsec.d/passwd
|
||||
|
|
Loading…
Add table
Reference in a new issue