Skip to content

Commit 7b7258e

Browse files
committed
update install.sh
1 parent 36e2f2f commit 7b7258e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)