This commit is contained in:
Wildan M 2025-09-05 16:57:21 +07:00
parent a521b5fc8c
commit cedf58ed5d

View File

@ -111,7 +111,7 @@ else
fi
endif
@if [ -f $(MOUNTED_TAG) ]; then \
$(MAKE) unmount; && rm -f $(MOUNTED_TAG); \
$(MAKE) unmount && rm -f $(MOUNTED_TAG); \
else echo "Not unmounting by ourself, don't forget to do it"; \
fi