Skip to content

Commit

Permalink
Refactoring duplicate identical call to mount.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tails developers authored and daniel-baumann committed May 17, 2015
1 parent d99dfbf commit cf125f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/9990-misc-helpers.sh
Expand Up @@ -1320,7 +1320,6 @@ do_union ()
mkdir "${unionrw}/rw"
mkdir "${unionrw}/work"
unionmountopts="-o noatime,lowerdir=${unionro},upperdir=${unionrw}/rw,workdir=${unionrw}/work"
mount -t ${UNIONTYPE} ${unionmountopts} ${UNIONTYPE} "${unionmountpoint}"
;;
esac

Expand Down

0 comments on commit cf125f8

Please sign in to comment.