You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "${cyan}This option adds a traffic limit to monitor increases in traffic compared to the last 24 hours.${rest}"
278
-
echo -e "${cyan}If the traffic exceeds this limit, the nginx service will be stopped.${rest}"
286
+
echo -e "${yellow}* ${cyan}This option adds a traffic limit to monitor increases in traffic compared to the last 24 hours.${yellow}*${rest}"
287
+
echo""
288
+
echo -e "${yellow}* ${cyan}If the traffic exceeds this limit, the nginx service will be stopped.${yellow}*${rest}"
289
+
echo""
290
+
total_usage
291
+
echo -e "${yellow}* ${cyan}[${yellow}Note${cyan}]: ${cyan}After restarting the server, the ${cyan}T${yellow}o${cyan}t${yellow}a${cyan}l${yellow} U${cyan}s${yellow}a${cyan}g${yellow}e${cyan} will also be reset.${yellow}*${rest}"
279
292
echo -e "${yellow}×××××××××××××××××××××××${rest}"
280
293
read -p "Enter the percentage limit [default: 50]: " percentage_limit
0 commit comments