1 parent 1867716 commit 7d61af0Copy full SHA for 7d61af0
1 file changed
main.php
@@ -26,6 +26,10 @@
26
Server::verifyEnv($dotenv);
27
}
28
29
+if (!file_exists(RUNTIME_DIR)) {
30
+ @mkdir(RUNTIME_DIR, 0755, true);
31
+}
32
+
33
$app = new Application('socket-log-server', VERSION_TITLE);
34
$command = new ServerCommand();
35
$app->add($command);
0 commit comments