Fix shebang on start_vsftpd.sh
This commit is contained in:
parent
67b4454357
commit
c0b90286a6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
#Remove all ftp users
|
||||
grep '/ftp/' /etc/passwd | cut -d':' -f1 | xargs -n1 deluser
|
||||
|
|
Loading…
Reference in a new issue