j
k
j a
j l
Jamon Camisso wrote:
What if $MESSAGE == 'foo); DELETE FROM log;'
Fixed: #!/bin/bash CLEAN_MESSAGE="${MESSAGE//\;/}" sqlite3 log.db "INSERT INTO log (message) VALUES ('$CLEAN_MESSAGE');"
Back to the thread
Back to the list