payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / stats.sml
index 39aef14..e8a9edf 100644 (file)
--- a/stats.sml
+++ b/stats.sml
@@ -112,7 +112,7 @@ struct
 
     fun getDiskUsage () =
        let
-           val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol fritz"])
+           val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol gibran"])
            val inf = Unix.textInstreamOf proc
 
            fun loop acc =