Random Project

little Typo

Hi, if you try to use –community instead of -C in the command you get an error, because in

while test -n “$1”; do
case “$1” in

–comunity|-C)
COMMUNITY=$2
shift
;;

change it to –community and it will work 🙂