Skip to content

Commit

Permalink
Fixing wrong ID for portainer and few cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 29, 2024
1 parent 9e16e33 commit 992b9f6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
Binary file added tools/include/images/CON005.webp
Binary file not shown.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tools/json/config.software.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"condition": "! check_if_installed docker-ce && [ -d /var/lib/docker ]"
},
{
"id": "CON004",
"id": "CON005",
"description": "Install Portainer",
"prompt": "This operation will install Portainer.\nWould you like to continue?",
"command": ["module_portainer install"],
Expand All @@ -450,7 +450,7 @@
"condition": "! module_portainer status"
},
{
"id": "CON005",
"id": "CON006",
"description": "Remove Portainer",
"prompt": "This operation will delete Portainer container.\nWould you like to continue?",
"command": ["module_portainer uninstall"],
Expand Down

0 comments on commit 992b9f6

Please sign in to comment.