Skip to content

Commit

Permalink
fix version display, request reboot after install
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Mar 31, 2019
1 parent 2ff9a41 commit 2a139db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -47,7 +47,7 @@ case "$1" in
info)
echo "Info: <center><a href=\"https://mosquitto.org/\" target=\"_blank\"><img width=\"240\" src="/addons/mosquitto/mosquitto-text-side-28.png"></a></center>"
echo "Name: Mosquitto"
echo "Version: 1.4.15+5"
echo "Version: 1.5.8+1"
echo "Update: /addons/mosquitto/update_check.cgi"
echo "Operations: uninstall restart"
;;
Expand Down
2 changes: 1 addition & 1 deletion addon_files/update_script
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ fi

sync

exit 0
exit 10
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.5.8+0.tar.gz
ADDON_FILE=mosquitto-1.5.8+1.tar.gz
echo "compressing addon package $ADDON_FILE ..."

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

0 comments on commit 2a139db

Please # to comment.