mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Different sed structure
This commit is contained in:
parent
b6ee80853c
commit
181b0ad6a4
@ -16,7 +16,7 @@ function set_worker_processes() {
|
||||
proc_count=4;
|
||||
fi
|
||||
|
||||
sed -i "" "s/worker_processes auto;/worker_processes ${proc_count};/" /usr/local/nginx/conf/nginx.conf
|
||||
sed -i "s/worker_processes auto;/worker_processes ${proc_count};/" /usr/local/nginx/conf/nginx.conf
|
||||
}
|
||||
|
||||
set_worker_processes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user