typo
This commit is contained in:
parent
4d5ee707b3
commit
f37cd482ea
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue