upgrade install parametrization and fix typo into builder.sh
[brisk.git] / web / spush / brisk-spush.php
index e7d5f85..af0881d 100755 (executable)
@@ -46,7 +46,7 @@ function main()
         exit(1);
     }
 
-    if (($s_a_p = Sac_a_push::create($room, "/tmp/brisk.sock", 0, 0)) === FALSE) {
+    if (($s_a_p = Sac_a_push::create($room, USOCK_PATH, 0, 0)) === FALSE) {
         exit(1);
     }