Skip to content

Commit

Permalink
prolong restart delay
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jun 14, 2018
1 parent 15e38e9 commit ee8aac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon_files/mosquitto/rc.d/mosquitto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case "$1" in

restart)
Stop
sleep 1
sleep 3
Start
;;

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cp -r $ADDON_FILES/* $ADDON_TMP/
cd $BUILD_DIR


ADDON_FILE=mosquitto-1.4.15+0.tar.gz
ADDON_FILE=mosquitto-1.4.15+1.tar.gz
echo "compressing addon package $ADDON_FILE ..."

mkdir $BUILD_DIR/dist 2> /dev/null
Expand Down

0 comments on commit ee8aac9

Please sign in to comment.