This commit is contained in:
Marcus 2023-05-01 03:43:53 +02:00
parent 4d5ee707b3
commit f37cd482ea
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@
CHROOTCMD="chroot /mnt/"
target="$1"
message () {
echo "== " $1
@ -46,6 +45,7 @@ Options:
exit 1
fi
target="$1"
if [ ! -b "$target" ]
then
message "$target does not exist or is not a blockdevice."