On Sun, Apr 19, 2015 at 01:15:36PM -0400, Tim Dunphy wrote:
> if [[ -e $pid ]]

"-e" means "if file exists".  You should use "-n"

-- 

rgds
Stephen
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to