forked from Archives/Athou_commafeed
Creating template
This commit is contained in:
committed by
fabianofranz
parent
14ef5af936
commit
0b46187ac5
3
.openshift/action_hooks/README.md
Normal file
3
.openshift/action_hooks/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
For information about action hooks, consult the documentation:
|
||||
|
||||
http://openshift.github.io/documentation/oo_user_guide.html#action-hooks
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user