Skip to content

Commit

Permalink
Create postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
nodelogstashpackager committed Nov 18, 2015
1 parent a35da45 commit 7638d24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packager/postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

set -e

APP_NAME="mail-null"
CLI="$APP_NAME"

$CLI scale main=0 || true
$CLI scale main=1 || true

0 comments on commit 7638d24

Please sign in to comment.