fix
This commit is contained in:
parent
0dcc286422
commit
ae3bd2630b
1 changed files with 14 additions and 14 deletions
|
@ -36,6 +36,7 @@ function secureumount() {
|
|||
do
|
||||
umount ${mountpoint}${wort}
|
||||
done
|
||||
umount ${mountpoint}
|
||||
umount /mnt/btrfs-root
|
||||
#umount -R /mnt
|
||||
fi
|
||||
|
@ -786,7 +787,6 @@ else
|
|||
echo "Eingabe Ungueltig"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${name}" == "debug" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue