made updating/building safer, should no longer fight with docker

This commit is contained in:
Marc
2022-02-01 23:15:46 +01:00
parent ed4560829c
commit 752be3d9a8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ CHIBRAX_MOUNT_POINT="/tmp/chibraxMountPoint"
OFFSET=$(cat diskoffset)
losetup --offset $OFFSET -f disk.img
LOOP=$(losetup -a | grep -v deleted | cut -d':' -f 1)
LOOP=$(losetup -a | grep -v deleted | grep disk.img | cut -d':' -f 1)
echo ${LOOP} $CHIBRAX_MOUNT_POINT $OFFSET
mkdir $CHIBRAX_MOUNT_POINT -p