mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-06 22:41:36 +01:00
delete user script
This commit is contained in:
4
scripts/delete_user.sh
Executable file
4
scripts/delete_user.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf /home/${1}
|
||||
userdel ${1}
|
||||
Reference in New Issue
Block a user