5
0
Преглед на файлове

fixed, need thinking as commands can be injected in eval

ekardnam преди 5 години
родител
ревизия
5f7fe2ac96
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      megafono_bot.sh

+ 1 - 1
megafono_bot.sh

@@ -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}