Skip to content

Commit

Permalink
redesigned rc-script info message
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jul 3, 2018
1 parent ece4d1e commit 1287acd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/rc.d/jp-hb-devices-addon
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ case "$1" in
;;

info)
echo "Info: <b>JP HB Devices Support Addon</b><br>"
echo "Info: <a href='https://github.com/jp112sdl/jp-hb-devices-addon'>https://github.com/jp112sdl/jp-hb-devices-addon</a>"
echo "Version: $(cat ${ADDON_DIR}/VERSION)"
echo "Name: JP HB Devices"
echo "Operations: uninstall"
#echo "Config-Url: ${CONFIG_URL}"
echo "Update: /addons/$ADDON_NAME/update-check.cgi"
echo "Info: <center><b>JP HB Devices Support Addon</b></center><br />"
echo "Info: <center><img src='../addons/${ADDON_NAME}/${ADDON_NAME}.png'></img></center><br/><a href='https://github.com/jp112sdl/${ADDON_NAME}'>https://github.com/jp112sdl/${ADDON_NAME}</a>"
echo "Version: $(cat ${ADDON_DIR}/VERSION)"
echo "Name: JP HB Devices"
echo "Operations: uninstall"
#echo "Config-Url: ${CONFIG_URL}"
echo "Update: /addons/${ADDON_NAME}/update-check.cgi"
;;

*)
Expand Down

0 comments on commit 1287acd

Please sign in to comment.