remove quotes from mkdiropt
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
9d86f8c9b7
commit
a95167b374
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ case "$state_should" in
|
|||
set_attributes=1
|
||||
cat << DONE
|
||||
rm -f "$destination"
|
||||
mkdir "$mkdiropt" "$destination"
|
||||
mkdir $mkdiropt "$destination"
|
||||
DONE
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue