File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -274,8 +274,9 @@ add_limit() {
274274 fi
275275
276276 echo -e " ${yellow} ×××××××××××××××××××××××${rest} "
277- 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} "
277+ 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} "
279+ echo -e " ${yellow} ×××××××××××××××××××××××${rest} "
279280 read -p " Enter the percentage limit [default: 50]: " percentage_limit
280281 percentage_limit=${percentage_limit:- 50}
281282 echo -e " ${yellow} ×××××××××××××××××××××××${rest} "
You can’t perform that action at this time.
0 commit comments