mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update script.
This commit is contained in:
parent
fd219aa074
commit
06cff31b24
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
for file in $(git remote -v|grep -v https|grep -v gb28181|grep push|awk '{print $1}'); do
|
||||
for file in $(git remote -v|grep -v https|grep -v gb28181|grep -v tmp|grep push|awk '{print $1}'); do
|
||||
echo "";
|
||||
echo "git push $file $@";
|
||||
git push $file $@;
|
||||
|
|
Loading…
Reference in a new issue