Skip to content

Commit

Permalink
Adding missing quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tails developers authored and daniel-baumann committed Apr 28, 2015
1 parent 7a9c737 commit 469fb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/9990-misc-helpers.sh
Expand Up @@ -1322,8 +1322,8 @@ do_union ()
# + a workdir to become mounted
# + workdir and upperdir to reside under the same mount
# + workdir and upperdir to be in separate directories
mkdir ${unionrw}/rw
mkdir ${unionrw}/work
mkdir "${unionrw}/rw"
mkdir "${unionrw}/work"
unionmountopts="-o noatime,lowerdir=${unionro},upperdir=${unionrw}/rw,workdir=${unionrw}/work"
mount -t ${UNIONTYPE} ${unionmountopts} ${UNIONTYPE} "${unionmountpoint}"
;;
Expand Down

0 comments on commit 469fb61

Please sign in to comment.