This commit is contained in:
parent
425fa628ab
commit
1ee8604133
@ -101,8 +101,8 @@ source ShellBot.sh
|
|||||||
|
|
||||||
# Token del bot
|
# Token del bot
|
||||||
#bot_token="$(cat ${CIDdir}/token)"
|
#bot_token="$(cat ${CIDdir}/token)"
|
||||||
bot_token=$(cat /etc/adm-db/data|awk -F '|' '{print $1}')
|
bot_token=$(cat /etc/adm-db/data|awk -F '|' '{print $2}')
|
||||||
adm=$(cat $CIDdir/data|awk -F '|' '{print $2}')
|
adm=$(cat $CIDdir/data|awk -F '|' '{print $1}')
|
||||||
|
|
||||||
# Inicializando el bot
|
# Inicializando el bot
|
||||||
ShellBot.init --token "$bot_token" --monitor --flush --return map
|
ShellBot.init --token "$bot_token" --monitor --flush --return map
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user