Skip to content
Snippets Groups Projects
Commit e6ece816 authored by nimrod's avatar nimrod
Browse files

Corrected clean target.

parent 0a7ed9f8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ install:
chmod 755 /usr/local/bin/ssl-ca
clean:
[ -f .server.pid ] && kill "$$(cat .server.pid)"
if [ -f .server.pid ]; then kill "$$(cat .server.pid)"; fi
rm -rf openssl.cnf certs keys CA.key CA.crt CA.p12 CA.srl .server.pid
test: clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment