forked from encrypt/toot
fixed, need thinking as commands can be injected in eval
This commit is contained in:
parent
3d492d0d20
commit
5f7fe2ac96
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ do
|
|||
# after the while loop
|
||||
while read line
|
||||
do
|
||||
./toot.sh $line
|
||||
eval ./toot.sh $line
|
||||
sleep ${SLEEP_INTERVAL}
|
||||
done < ${DATA_FILE}
|
||||
|
||||
|
|
Loading…
Reference in a new issue