Disk quota comparison
[bpt/portal.git] / app.sml
diff --git a/app.sml b/app.sml
index 299feb5..1941e2d 100644 (file)
--- a/app.sml
+++ b/app.sml
@@ -127,6 +127,7 @@ fun add app =
        val outf = TextIO.openOut (Config.passwordFiles ^ #name app)
     in
        TextIO.output (outf, #unix_passwd app);
+       TextIO.output1 (outf, #"\n");
        TextIO.closeOut outf
     end