mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-28 18:36:07 +08:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
#!/command/execlineb -P
|
|
dir_shell=/ql/shell
|
|
. $dir_shell/share.sh
|
|
. $dir_shell/env.sh
|
|
|
|
import_config "$@"
|
|
make_dir /etc/nginx/conf.d
|
|
make_dir /run/nginx
|
|
init_nginx
|
|
fix_config
|
|
|
|
node ${dir_static}/build/schedule/index.js
|