alpine: clean docker script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user