mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 14:25:41 -04:00
12 lines
238 B
Plaintext
Executable File
12 lines
238 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
||
# shellcheck shell=bash
|
||
|
||
# make folders
|
||
mkdir -p \
|
||
/config/{keys,php,www} \
|
||
/config/log/{nginx,php} \
|
||
/config/nginx/site-confs \
|
||
/run \
|
||
/var/lib/nginx/tmp/client_body \
|
||
/var/tmp/nginx
|