From c0b90286a6064dc692479205c0248798c6b2b216 Mon Sep 17 00:00:00 2001 From: Jaume Alemany Date: Tue, 26 Feb 2019 15:24:14 +0100 Subject: [PATCH] Fix shebang on `start_vsftpd.sh` --- start_vsftpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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