fix if-then-else error
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 25 Jan 2008 14:42:09 +0000 (14:42 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 25 Jan 2008 14:42:09 +0000 (14:42 +0000)
plc.d/db

index 8c0a290..fe25507 100755 (executable)
--- a/plc.d/db
+++ b/plc.d/db
@@ -64,8 +64,6 @@ function restore_planetlab_db()
     if [ -n "$dumpfile" ] ; then 
        [ -f "$dumpfile" ] && psql -a -U $PLC_DB_USER $PLC_DB_NAME < $dumpfile
        check
-    else
-       # XXX set error
     fi
 }