UpdateDatabase.php
authorEdward <edward@roojs.com>
Tue, 21 May 2013 12:29:04 +0000 (20:29 +0800)
committerEdward <edward@roojs.com>
Tue, 21 May 2013 12:29:04 +0000 (20:29 +0800)
UpdateDatabase.php

index d257bea..f1a65be 100644 (file)
@@ -193,7 +193,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 $cmd = "$psql_cmd  < " . escapeshellarg($fn ? $fn : $bfn) . ' 2>&1' ;
                 
                 echo "$bfn:   $cmd ". ($this->cli ? "\n" : "<BR>\n");
-                
+                exit;
                 
                 passthru($cmd);