Skip to content

Commit

Permalink
Fix a bad umount location
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Nov 25, 2013
1 parent 3c6c1ac commit cf96a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/9.3.makedvd.sh
Expand Up @@ -56,6 +56,6 @@ md5 -q ${bFile}-DVD-USB.iso >${bFile}-DVD-USB.iso.md5
sha256 -q ${bFile}-DVD-USB.iso >${bFile}-DVD-USB.iso.sha256
ln -s ${bFile}-DVD-USB.iso latest.iso

rc_halt "umount ${ISODISTDIR}/packages/All"
rc_halt "umount ${ISODISTDIR}/packages"

exit 0

0 comments on commit cf96a12

Please sign in to comment.