diff --git a/start_vsftpd.sh b/start_vsftpd.sh index 0bd7676..59893c6 100755 --- a/start_vsftpd.sh +++ b/start_vsftpd.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh #Remove all ftp users grep '/ftp/' /etc/passwd | cut -d':' -f1 | xargs -n1 deluser