diff --git a/misc/sql/mysql-upgrade/3000011/ip_manufacturer_lookup.sh b/misc/sql/mysql-upgrade/3000011/ip_manufacturer_lookup.sh index 9fb27b77..96b5931b 100755 --- a/misc/sql/mysql-upgrade/3000011/ip_manufacturer_lookup.sh +++ b/misc/sql/mysql-upgrade/3000011/ip_manufacturer_lookup.sh @@ -1,8 +1,8 @@ #!/bin/bash # Enable live lookups of IP camera manufacturers (pulled from our API) -echo ' -INSERT INTO `GlobalSettings` VALUES ('G_DATA_SOURCE','live'); -' | mysql -h"$host" -D"$dbname" -u"$user" -p"$password" +echo " +INSERT INTO GlobalSettings VALUES ('G_DATA_SOURCE','live'); +" | mysql -h"$host" -D"$dbname" -u"$user" -p"$password" exit 0