Deleted undocumented CKMODES override feature.

fix-error-creating-backup
tastytea 2019-02-24 16:37:09 +01:00
parent d2b63cf80c
commit 069caad598
No known key found for this signature in database
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 4 deletions

View File

@ -152,10 +152,6 @@ else
fi
fi
if [ "${2}" > "1" ]; then
CKMODES=${2}
fi
if [ $((${CKMODES} & 001)) -ne 0 ]; then
# Find out where the first partition starts and set ${MBR_SIZE} in KiB
sectorsize=$(LC_ALL=C fdisk -l ${MBR_DEVICE} | grep '^Units' | awk '{print $8}' )