summaryrefslogtreecommitdiff
path: root/debian/boxbackup-server.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/boxbackup-server.config')
-rw-r--r--debian/boxbackup-server.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/boxbackup-server.config b/debian/boxbackup-server.config
index d0ed5a6f..36546f88 100644
--- a/debian/boxbackup-server.config
+++ b/debian/boxbackup-server.config
@@ -33,7 +33,7 @@ while [ $RAIDOK = 0 ]; do
DIR3=`echo "$RET" | awk '{ print $3 }'`
if [ -n $DIR1 ]; then
- if [ -z $DIR2 -o -z $DIR3 ]; then
+ if [ -z "$DIR2" -o -z "$DIR3" ]; then
DIR2=$DIR1
DIR3=$DIR1
fi