Skip to content

Commit

Permalink
modified: tools/modules/software/install_openhab.sh
Browse files Browse the repository at this point in the history
	modified:   tools/modules/software/install_uptime-kuma.sh
	modified:   tools/modules/software/install_webmin.sh
  • Loading branch information
Tearran authored and igorpecovnik committed Nov 9, 2024
1 parent f0f0d93 commit 5c95bc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/modules/software/install_openhab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module_options+=(
["openhab,ref_link"]=""
["openhab,feature"]="install_openhab"
["openhab,desc"]="Install openhab from a repo using apt"
["openhab,example"]="install_openhab"
["openhab,example"]="install uinstall"

This comment has been minimized.

Copy link
@dimitry-ishenko

dimitry-ishenko Nov 11, 2024

Collaborator

Missing n in uinstall?

["openhab,status"]="Active"
)
#
Expand Down
2 changes: 1 addition & 1 deletion tools/modules/software/install_uptime-kuma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module_options+=(
["module_uptimekuma,ref_link"]=""
["module_uptimekuma,feature"]="module_uptimekuma"
["module_uptimekuma,desc"]="Install/uninstall/check status of uptime kuma container"
["module_uptimekuma,example"]="module_uptimekuma install|uninstall|status"
["module_uptimekuma,example"]="install uninstall status"
["module_uptimekuma,status"]="Active"
)
#
Expand Down
1 change: 0 additions & 1 deletion tools/modules/software/install_webmin.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@


declare -A module_options
module_options+=(
["module_webmin,author"]="@Tearran"
["module_webmin,feature"]="module_webmin"
Expand Down

0 comments on commit 5c95bc9

Please sign in to comment.