diff --git a/init.sh b/init.sh index a94f481..fdf204b 100755 --- a/init.sh +++ b/init.sh @@ -23,7 +23,7 @@ function fetch_installer { fi } -if [ -d "$BINARYDIR" && -f $BINARY ]; then +if [[ -d "$BINARYDIR" && -f $BINARY ]]; then report_loop else if [ -f "$INSTALLER" ]; then