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