Remove color

This commit is contained in:
Whispering Wind
2024-08-05 12:38:20 +03:30
committed by GitHub
parent c8f02c9884
commit b26741486b

View File

@ -2,8 +2,8 @@
# Source the path.sh script to load the necessary variables
source /etc/hysteria/core/scripts/path.sh
source /etc/hysteria/core/scripts/utils.sh
define_colors
# source /etc/hysteria/core/scripts/utils.sh
# define_colors
# Function to add a new user to the configuration
add_user() {
@ -55,7 +55,7 @@ add_user() {
python3 "$CLI_PATH" restart-hysteria2 > /dev/null 2>&1
echo -e "${green}User $username added successfully.${NC}"
echo -e "User $username added successfully."
}
# Call the function with the provided arguments