Changeset: b3ec603a9b6c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3ec603a9b6c
Modified Files:
        tools/monetdbbincopy
Branch: default
Log Message:

monetdbbincopy: remove pointless || true


diffs (15 lines):

diff --git a/tools/monetdbbincopy b/tools/monetdbbincopy
--- a/tools/monetdbbincopy
+++ b/tools/monetdbbincopy
@@ -41,9 +41,9 @@ fi
 
 # take the local database down
 # we don't care if the database is already locked
-monetdb lock $dbname || true
+monetdb lock $dbname 
 # and if it's already stopped it's fine too
-monetdb stop $dbname || true
+monetdb stop $dbname
 lpath=$(monetdb status -l $dbname | grep "location:" | cut -d: -f2)
 
 for host in ${hostlist} ; do
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to