Commit 61989110 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add del_user.sh script

parent 0076bf77
#!/bin/sh
USER="$1"
[ -n "$USER" ] || exit
userdel -r $USER
rm -fv /etc/httpd2/conf/sites-enabled/$USER.conf
serv httpd2 reload
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment