Skip to content

Commit

Permalink
plugins/base: mkiso unbound fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Sep 12, 2021
1 parent da581df commit 7e9755e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/available/base.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ function mkiso ()
if [[ ! -f "${destpath%/}/${isoname}.iso" ]]
then
echo "writing ${isoname}.iso to ${destpath} from ${srcpath}"
mkisofs -V "${isoname}" -iso-level 3 -r -o "${destpath%/}/${isoname}.iso" "${srcpath}"
mkisofs -V "${isoname}" -iso-level 3 -r -o "${destpath%/}/${isoname}.iso" "${srcpath}"
else
echo "${destpath%/}/${isoname}.iso already exists"
echo "${destpath%/}/${isoname}.iso already exists"
fi
}
fi
Expand Down

0 comments on commit 7e9755e

Please sign in to comment.