Bug with makefile that can erase host MBR (5)
This commit is contained in:
parent
7797b6b1fe
commit
343290407e
|
@ -44,6 +44,11 @@ fi
|
||||||
|
|
||||||
mountpoint=$(udisksctl info -b $lpblock | grep MountPoint | cut -d ':' -f 2 | sed 's/ //g')
|
mountpoint=$(udisksctl info -b $lpblock | grep MountPoint | cut -d ':' -f 2 | sed 's/ //g')
|
||||||
|
|
||||||
|
if [ -z $mountpoint ];
|
||||||
|
then
|
||||||
|
mountpoint=$(udisksctl mount -b $lpblock | cut -d ' ' -f 2 | sed 's/\.//g')
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z $mountpoint ];
|
if [ -z $mountpoint ];
|
||||||
then
|
then
|
||||||
echo Impossible to mount the image at $lpblock. Fatal error !
|
echo Impossible to mount the image at $lpblock. Fatal error !
|
||||||
|
|
Loading…
Reference in New Issue