Creating template

This commit is contained in:
Template builder
2014-09-15 11:34:44 -04:00
committed by fabianofranz
parent 14ef5af936
commit 0b46187ac5
9 changed files with 330 additions and 2 deletions

View File

@@ -5,4 +5,3 @@ then
client_result "Application is already stopped"
else
kill `ps -ef | grep commafeed | grep -v grep | awk '{ print $2 }'` > /dev/null 2>&1
fi