aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wok/alpine-specific-pushserver.patch
blob: 2be79da41117b7c6f64d36421f12d30b4464c97f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/wok/pushserver.py
+++ b/src/wok/pushserver.py
@@ -67,7 +67,7 @@
     def set_socket_file(self):
         if not os.path.isdir(BASE_DIRECTORY):
             try:
-                os.mkdir(BASE_DIRECTORY)
+                os.makedirs(BASE_DIRECTORY)
             except OSError:
                 raise RuntimeError('PushServer base UNIX socket dir %s '
                                    'not found.' % BASE_DIRECTORY)