Open mosi1276 opened 4 years ago
Hi @mosi1276, this is not you fault.
@chaosbunker FYI:
imho its a bug with a missing menu-entry within switch-case statement to recognize $restartall
.
The menu should contain some menu-code, like the following fix from my dockerbunker-fork
"$restartall")
prevent_nginx_restart=1
restart_all
say_done
sleep 1
break
;;
greetings
This is my first ever issue so be gentle
I am getting the error below when selecting #42 in this particular dialogue
Line 186 in dockerbunker.sh for me is
source "${BASE_DIR}"/data/services/${SERVICES_ARR[$choice]}/${SERVICES_ARR[$choice]}.sh
I also noticed that I get another error when trying to start all stopped containers
I do seem to be able to individually go into each app/service and start the containers that way but not in any bulk or group
The apps I have enabled are:
Let me know how I can assist in any troubleshooting or debugging