make updates really work
[Fuse-DBI] / Makefile
index 4fcba46..a09d827 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
 all:
-       sudo umount /mnt2
+       sudo modprobe fuse
+       sudo umount /mnt2 || exit 0
        ./fuse_dbi.pl /mnt2
        sudo umount /mnt2
+
+test:
+       psql -q -t -A -c "select template from template where oid=3035699" webgui > foo