remove quotes from mkdiropt

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-12-02 15:49:02 +01:00
parent 9d86f8c9b7
commit a95167b374
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ case "$state_should" in
set_attributes=1
cat << DONE
rm -f "$destination"
mkdir "$mkdiropt" "$destination"
mkdir $mkdiropt "$destination"
DONE
fi