Fix shebang on start_vsftpd.sh

This commit is contained in:
Jaume Alemany 2019-02-26 15:24:14 +01:00
parent 67b4454357
commit c0b90286a6

View file

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