[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.181 and 1.182

version 1.181, 2017/05/01 16:23:42 version 1.182, 2017/05/07 07:55:17
Line 90 
Line 90 
         [[ $_if != +([[:alpha:]])+([[:digit:]]) ]] && return          [[ $_if != +([[:alpha:]])+([[:digit:]]) ]] && return
   
         if [[ ! -f $_file ]]; then          if [[ ! -f $_file ]]; then
                 echo "netstart: $_file: No such file or directory"                  echo "${0##*/}: $_file: No such file or directory"
                 return                  return
         fi          fi
   

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.182