Skip to content

Commit

Permalink
fix: restart and enable coupon as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Jun 20, 2024
1 parent 8808750 commit 2c70f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coupon/distribution/postinstall.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if command -v systemctl >/dev/null 2>&1; then
systemctl enable odigos-demo-inventory.service
systemctl start odigos-demo-inventory.service
systemctl enable odigos-demo-coupon.service
systemctl start odigos-demo-coupon.service
fi

0 comments on commit 2c70f20

Please sign in to comment.