Skip to content

Commit 0cc3ff5

Browse files
committed
chore(workflow): change description
1 parent dd4d8e9 commit 0cc3ff5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ listen http-80
302302
timeout client 30000
303303
timeout server 30000
304304
server ingress ${INGRESS_IP}:80 check
305-
listen http-443
305+
listen https-443
306306
bind *:443
307307
mode tcp
308308
maxconn 100000
@@ -341,6 +341,6 @@ else
341341
for command in "$@"
342342
do
343343
$command
344-
echo -e "\\033[32m---> Installation $command complete, enjoy life...\\033[0m"
344+
echo -e "\\033[32m---> Execute $command complete, enjoy life...\\033[0m"
345345
done
346346
fi

0 commit comments

Comments
 (0)