Commit 2575832f by Michael Adam Committed by Stéphane Graber

lxc-centos: protect possibly unset variable with quotes for -z check

parent f2e0cfa9
...@@ -881,7 +881,7 @@ fi ...@@ -881,7 +881,7 @@ fi
configure_centos_init configure_centos_init
if [ ! -z $clean ]; then if [ ! -z "$clean" ]; then
clean || exit 1 clean || exit 1
exit 0 exit 0
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment