Skip to content

Commit 6935641

Browse files
committed
Remove monit reload.
This is not needed as the install happens before Monit is started and therefore might fail.
1 parent 82adc02 commit 6935641

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

packaging/vendor/kerlink/ibts/package.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ Source: N/A
2727
Description: LoRa Gateway Bridge
2828
EOF
2929

30-
cat > $PACKAGE_DIR/CONTROL/postinst << EOF
31-
monit reload
32-
EOF
33-
chmod 755 $PACKAGE_DIR/CONTROL/postinst
34-
3530
cat > $PACKAGE_DIR/CONTROL/conffiles << EOF
3631
/user/lora-gateway-bridge/lora-gateway-bridge.toml
3732
EOF

packaging/vendor/kerlink/ifemtocell/package.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ Source: N/A
2727
Description: LoRa Gateway Bridge
2828
EOF
2929

30-
cat > $PACKAGE_DIR/CONTROL/postinst << EOF
31-
monit reload
32-
EOF
33-
chmod 755 $PACKAGE_DIR/CONTROL/postinst
34-
3530
cat > $PACKAGE_DIR/CONTROL/conffiles << EOF
3631
/user/lora-gateway-bridge/lora-gateway-bridge.toml
3732
EOF

0 commit comments

Comments
 (0)