Skip to content

Commit

Permalink
fix: module_option for install_portainer.sh
Browse files Browse the repository at this point in the history
naming
  • Loading branch information
Tearran authored and igorpecovnik committed Oct 30, 2024
1 parent 46aa8ff commit bed9366
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/modules/software/install_portainer.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module_options+=(
["update_skel,author"]="@armbian"
["update_skel,ref_link"]=""
["update_skel,feature"]="module_portainer"
["update_skel,desc"]="Install/uninstall/check status of portainer container"
["update_skel,example"]="module_portainer install|uninstall|status"
["update_skel,status"]="Active"
["module_portainer,author"]="@armbian"
["module_portainer,ref_link"]=""
["module_portainer,feature"]="module_portainer"
["module_portainer,desc"]="Install/uninstall/check status of portainer container"
["module_portainer,example"]="module_portainer install|uninstall|status"
["module_portainer,status"]="Active"
)
#
# Install portainer container
Expand Down

0 comments on commit bed9366

Please sign in to comment.