alpine: clean docker script
This commit is contained in:
@@ -17,9 +17,11 @@ service docker start
|
|||||||
|
|
||||||
InstStacks() {
|
InstStacks() {
|
||||||
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
|
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
|
||||||
"portainer" "" off \
|
"portainer" "" off 3>&1 1>&2 2>&3)
|
||||||
"traefik" "" off \
|
#SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
|
||||||
"gitea" "" off 3>&1 1>&2 2>&3)
|
# "portainer" "" off \
|
||||||
|
# "traefik" "" off \
|
||||||
|
# "gitea" "" off 3>&1 1>&2 2>&3)
|
||||||
# shellcheck disable=SC2181
|
# shellcheck disable=SC2181
|
||||||
if [ "${?}" = "0" ]; then
|
if [ "${?}" = "0" ]; then
|
||||||
for ITM in ${SEL}; do
|
for ITM in ${SEL}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user