File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
50
50
if [ ! -z " ${pkgwizard_txt_port} " ]; then
51
51
echo " port: ${pkgwizard_txt_port} " >> $LOG
52
- if netstat -tlpn | grep ${pkgwizard_txt_port} ; then
52
+ if netstat -tlpn | grep : ${pkgwizard_txt_port} ; then
53
53
echo " Your selected port ${pkgwizard_txt_port} is already in use." >> $LOG
54
54
echo " Please choose another one and try again." >> $LOG
55
55
echo " Port ${pkgwizard_txt_port} already in use. Please try again." >> $SYNOPKG_TEMP_LOGFILE
59
59
60
60
if [ ! -z " ${pkgwizard_txt_ports} " ]; then
61
61
echo " port: ${pkgwizard_txt_ports} " >> $LOG
62
- if netstat -tlpn | grep ${pkgwizard_txt_ports} ; then
62
+ if netstat -tlpn | grep : ${pkgwizard_txt_ports} ; then
63
63
echo " Your selected port ${pkgwizard_txt_ports} is already in use." >> $LOG
64
64
echo " Please choose another one and try again." >> $LOG
65
65
echo " Port ${pkgwizard_txt_ports} already in use. Please try again." >> $SYNOPKG_TEMP_LOGFILE
You can’t perform that action at this time.
0 commit comments