Merge pull request #3 from agua3/fix-shebang

Fix shebang on `start_vsftpd.sh`
This commit is contained in:
Alexander Chumakov 2019-02-26 17:32:39 +03:00 committed by GitHub
commit 8c725a36c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
#Remove all ftp users
grep '/ftp/' /etc/passwd | cut -d':' -f1 | xargs -n1 deluser