6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir factorio_vol
|
|
chown -R 845:845 factorio_vol
|
|
chmod -R 750 factorio_vol
|