mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
mkdir -p /data/logs
|
||
|
chown -R root:root /data/logs
|