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
Copy file name to clipboardExpand all lines: testing/open-ports.sh
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#!/bin/bash
2
2
3
-
declare -a ports=("4505""4506")
3
+
declare -a ports=("20""21""22""23""25""42""43""49""53""67""68""69""70""80""88""123""135""137""139""143""161""162""389""443""445""464""513""587""636""1080""1194""993""995""1025""1194""1725""1812""1813""3124""3128""5060""5900""6665""6666""6667""6668""6669""6679""6697""8080")
4
4
_SETUP_PORTS=False
5
5
_TEST_PORTS=False
6
6
@@ -33,7 +33,6 @@ function result {
33
33
;;
34
34
1)
35
35
echo"The access to $PORT failed"
36
-
exit
37
36
;;
38
37
*)
39
38
echo"Unknown exit error for the $PORT command. Exiting script."
0 commit comments