test manga
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
function cron() {
|
||||
t=`docker ps |grep aios|grep Up`
|
||||
t=`docker ps |grep aios|grep R`
|
||||
if [ -z "$t" ];then
|
||||
docker compose up -d
|
||||
exit
|
||||
fi
|
||||
exit
|
||||
docker compose up -d
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/zsh
|
||||
|
||||
ai l $HANDLE -p $PASSWORD -s $HOST && ai bot -a $ADMIN
|
||||
ai l $HANDLE -p $PASSWORD -s $HOST && ai bot -a $ADMIN --manga_uri $MANGA_URI
|
||||
|
Reference in New Issue
Block a user