Update serv00.sh
This commit is contained in:
@@ -15,7 +15,6 @@ USERNAME=$(whoami)
|
||||
HOSTNAME=$(hostname)
|
||||
[[ "$HOSTNAME" == "s1.ct8.pl" ]] && export WORKDIR="domains/${USERNAME}.ct8.pl/logs" || export WORKDIR="domains/${USERNAME}.serv00.net/logs"
|
||||
[ -d "$WORKDIR" ] || (mkdir -p "$WORKDIR" && chmod 777 "$WORKDIR")
|
||||
#ps aux | grep $(whoami) | grep -v "sshd\|bash\|grep" | awk '{print $2}' | xargs -r kill -9 > /dev/null 2>&1
|
||||
|
||||
read_ip() {
|
||||
cat ip.txt
|
||||
|
||||
Reference in New Issue
Block a user