diff options
| -rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 5f2b38febc..239c48ffac 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -910,6 +910,7 @@ class BaseConfig(object): | |||
| 910 | # running at the same time. | 910 | # running at the same time. |
| 911 | try: | 911 | try: |
| 912 | os.mkdir(lockdir) | 912 | os.mkdir(lockdir) |
| 913 | os.chmod(lockdir, 0o777) | ||
| 913 | except FileExistsError: | 914 | except FileExistsError: |
| 914 | pass | 915 | pass |
| 915 | 916 | ||
