alpine: clean docker script

This commit is contained in:
2025-11-01 22:10:35 +01:00
parent 6ac636fff4
commit f1cbd13de6

View File

@@ -17,9 +17,11 @@ service docker start
InstStacks() {
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
"portainer" "" off \
"traefik" "" off \
"gitea" "" off 3>&1 1>&2 2>&3)
"portainer" "" off 3>&1 1>&2 2>&3)
#SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
# "portainer" "" off \
# "traefik" "" off \
# "gitea" "" off 3>&1 1>&2 2>&3)
# shellcheck disable=SC2181
if [ "${?}" = "0" ]; then
for ITM in ${SEL}; do