X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fmakecd.helper;h=f83b54159e1a2ad32b88249d81b8c7e54e9ba142;hb=a031bc2d53eb90b6b4255d344967ec39a9f3ea26;hp=822ffd1ebc61df142946ad697c757b8965cdd74a;hpb=06b65414ebfe377a9bb63187c0a85b81fefad521;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/makecd.helper b/handlers/makecd.helper index 822ffd1..f83b541 100644 --- a/handlers/makecd.helper +++ b/handlers/makecd.helper @@ -1,3 +1,5 @@ +# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*- + HELPERS="$HELPERS makecd:makecd_backup" wizardname="makecd action wizard" @@ -9,12 +11,6 @@ makecd_wizard() { [ $? = 1 ] && return burnertype="burnertype = $REPLY" - #checkBox "makecd action wizard" "check options" \ - # "isoonly" "only create iso image do not burn" yes - #status=$? - #[ $status = 1 ] && return; - #isoonly="isoonly = $REPLY" - booleanBox "$wizardname" "Make iso image only? or burn" if [ $? = 0 ]; then isoonly="isoonly = yes"