summarylogtreecommitdiffstats
path: root/trid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trid.sh')
-rw-r--r--trid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trid.sh b/trid.sh
index 4eccda941661..fedc8f156ad4 100644
--- a/trid.sh
+++ b/trid.sh
@@ -1,6 +1,6 @@
#!/usr/bin/sh
-if [ ! -e -/var/lib/trid/triddefs.trd ]; then
+if [ ! -e /var/lib/trid/triddefs.trd ]; then
echo "Defenitions database not found!"
echo "Run update-trid-defs as root to download the database."
echo "You can enable automatic updates by enabling the update-trid-defs systemd service."