flow setup. not tested yet

pull/1/head
Daniel Mikula 2023-05-15 15:33:19 +02:00
parent 98583695c4
commit 9acb0b9bb0
1 changed files with 9 additions and 2 deletions

View File

@ -59,6 +59,14 @@ Options:
EOF EOF
} }
show_allowed_apps () {
cat <<EOF
Supported apps:
- socks_shop
EOF
}
while [ "$#" -gt 0 ]; do while [ "$#" -gt 0 ]; do
case "$1" in case "$1" in
-h|--help) -h|--help)
@ -110,8 +118,7 @@ else
install_sock_shop install_sock_shop
;; ;;
*) *)
echo "Only following apps allowed" show_allowed_apps
echo "- sock_shop"
exit 1 exit 1
;; ;;
esac esac