From e1263bf55c503d78ea0592cbe6e8e2fa96eed59e Mon Sep 17 00:00:00 2001 From: Sergey Tokarenko Date: Wed, 17 May 2017 20:29:19 +0300 Subject: [PATCH] Turn on ps-post-stop hook. --- plugins/ps/post-stop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/ps/post-stop b/plugins/ps/post-stop index e3e22f695..404c06f06 100755 --- a/plugins/ps/post-stop +++ b/plugins/ps/post-stop @@ -11,3 +11,5 @@ ps_post_stop() { config_set --no-restart "$APP" DOKKU_APP_RESTORE=0 } + +ps_post_stop "$@" \ No newline at end of file