5 lines
43 B
Bash
5 lines
43 B
Bash
#!/bin/bash
|
|
|
|
chown -R 1001:1001 data/logs
|
|
|
#!/bin/bash
|
|
|
|
chown -R 1001:1001 data/logs
|
|
|