From 664836d680d8c4c5f0393c3d2e7097156a228122 Mon Sep 17 00:00:00 2001 From: shim_ Date: Mon, 13 Jun 2016 16:16:08 +0200 Subject: [PATCH] bash is a shitty language --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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