diff --git a/var/www/setup_chroot.sh b/var/www/setup_chroot.sh
index 52bc453..bf76022 100755
--- a/var/www/setup_chroot.sh
+++ b/var/www/setup_chroot.sh
@@ -2,7 +2,7 @@
 
 export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
 
-test "$1" != "" || (echo "Need path to chroot directory" && exit 1)
+test "$1" != "" || { echo "Need path to chroot directory"; exit 1; }
 
 ALL_LIB_DIRECTORIES=()
 ALL_LIB_FILES=()