Tidying stuff up

This commit is contained in:
Amin Vakil 2020-02-06 01:34:07 +03:30
parent 070352c7cc
commit e2cf870f0a
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B

View file

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