Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: os.Mkdir("/dev") instead if os.Mkdir("/dev/shm")
As os.Mkdir("/dev/shm") returns error as /dev not exists so instead we should just create /dev and /dev/shm created in the next lines of code Signed-off-by: GLVSKiriti <[email protected]>
- Loading branch information