1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 11:15:48 +03:00

try some hostility

This commit is contained in:
Michael Greenberg 2021-06-16 18:44:24 -04:00
parent faded25aeb
commit e7657cb1a5

View File

@ -26,7 +26,7 @@ echo pen >"$MNT"/pockets/shirt
cd - >/dev/null 2>&1
if [ "$RUNNER_OS" = "Linux" ]
then
fusermount -u "$MNT" || fail unmount1
kill $PID
else
umount "$MNT" || fail unmount1
fi