From: Marc Fiuczynski Date: Fri, 25 Jan 2008 14:42:09 +0000 (+0000) Subject: fix if-then-else error X-Git-Tag: myplc-4.2-2~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=365ba1f99b999b9383b51b348d3d6587bd580c3c;p=myplc.git fix if-then-else error --- diff --git a/plc.d/db b/plc.d/db index 8c0a290..fe25507 100755 --- 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 }