]> BookStack Code Mirror - system-cli/blobdiff - scripts/Services/MySqlRunner.php
Got restore command to a working state
[system-cli] / scripts / Services / MySqlRunner.php
index 1b1091c77edbe701d4f29d6ff732cb6ae976ddf7..40b1d98fd2e15569b67438bcca58c02331c4fd34 100644 (file)
@@ -39,7 +39,7 @@ class MySqlRunner
                 '-u', $this->user,
                 '-p' . $this->password,
                 $this->database,
-                '-e' . "'show tables;'"
+                '-e', "show tables;"
             ]);
 
         return !$output;