mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update update.sh
This commit is contained in:
parent
e64b38f4b8
commit
864e4174ac
2 changed files with 5 additions and 6 deletions
|
|
@ -4,11 +4,10 @@ control_c() {
|
|||
exit
|
||||
}
|
||||
|
||||
trap control_c SIGINT
|
||||
|
||||
while true ; do
|
||||
python -m etc.tool.update
|
||||
sleep 600 | while read line ; do
|
||||
while :
|
||||
do
|
||||
python -m etc.tool.update
|
||||
sleep 600 | while read line ; do
|
||||
PID=$!
|
||||
echo $line
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue