feat: enhance kick functionality with specific user kick and integration

This commit is contained in:
Whispering Wind
2025-04-14 00:08:14 +03:30
committed by GitHub
parent 8cd9866309
commit 7297eb9be2
4 changed files with 57 additions and 1 deletions

View File

@ -24,5 +24,5 @@ remove_user() {
echo -e "${red}Error:${NC} Config file $USERS_FILE not found."
fi
}
python3 "$CLI_PATH" restart-hysteria2 > /dev/null 2>&1
# python3 "$CLI_PATH" restart-hysteria2 > /dev/null 2>&1
remove_user "$1"