4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
mkdir -p /data/logs
|
|
chown -R root:root /data/logs |