flow setup. not tested yet
parent
98583695c4
commit
9acb0b9bb0
11
setup.sh
11
setup.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue