mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename srs_kernel_buffer to temp
This commit is contained in:
parent
faf6d15878
commit
ac2b03a3ed
14 changed files with 22 additions and 22 deletions
|
@ -21,6 +21,6 @@ for file in $files; do
|
|||
grep -in "$from" $file >/dev/null 2>&1;
|
||||
if [[ 0 -eq $? ]]; then
|
||||
echo "replace $file";
|
||||
#sed -i '' "s|$from|$to|g" $file;
|
||||
sed -i '' "s|$from|$to|g" $file;
|
||||
fi;
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue