Merge pull request #3 from agua3/fix-shebang
Fix shebang on `start_vsftpd.sh`
This commit is contained in:
commit
8c725a36c9
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