Fix typo
This commit is contained in:
2
menu.sh
2
menu.sh
@ -71,7 +71,7 @@ hysteria2_get_user_handler() {
|
|||||||
echo -e "\033[0;31mError:\033[0m Username can only contain lowercase letters and numbers."
|
echo -e "\033[0;31mError:\033[0m Username can only contain lowercase letters and numbers."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
python $CLI_PATH get-user --username "$username"
|
python3 $CLI_PATH get-user --username "$username"
|
||||||
}
|
}
|
||||||
|
|
||||||
hysteria2_change_port_handler() {
|
hysteria2_change_port_handler() {
|
||||||
|
|||||||
Reference in New Issue
Block a user