fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function cron() {
|
||||
t=`docker ps |grep "ai bot"`
|
||||
t=`docker ps |grep aios|grep Up`
|
||||
if [ -z "$t" ];then
|
||||
docker compose up -d
|
||||
fi
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
#!/bin/zsh
|
||||
|
||||
exec "$@"
|
||||
ai l $HANDLE -p $PASSWORD -s $HOST && ai bot -s $HOST
|
||||
|
Reference in New Issue
Block a user