From eade5e10c3be6c094365af9d10f5ec04e9ffaa8f Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Tue, 20 Aug 2019 12:17:54 -0400 Subject: [PATCH] Square brackets not needed --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3e2cc7e..e72664a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ directory_empty() { # Extract new Grav files if no user files are already present echo "[ INFO ] Checking for any existing user files" -if [ directory_empty "var/www/user" ] +if directory_empty "var/www/user" then echo "[ INFO ] No pre-existing files found (New instance)" echo "[ INFO ] Extracting files into /var/www/"