aboutsummaryrefslogtreecommitdiffstats
path: root/bin/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bin/toaster')
-rwxr-xr-xbin/toaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/toaster b/bin/toaster
index 06c14feb2..4074008d1 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -99,7 +99,7 @@ webserverStartAll()
fi
if [ ! -d ${BUILDDIR}/toaster_logs ]; then
- mkdir ${BUILDDIR}/toaster_logs
+ mkdir "${BUILDDIR}/toaster_logs"
fi
return $retval