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