[Lada-commits] [PATCH] Removed execution of not existing script

Wald Commits scm-commit at wald.intevation.org
Wed Nov 30 12:27:52 CET 2016


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1480505269 -3600
# Node ID d7ffadffd363989290e942772f3a8493eb712f74
# Parent  4c6f8984ff0344aa35de79d06917687a1340f87e
Removed execution of not existing script...

diff -r 4c6f8984ff03 -r d7ffadffd363 db_schema/setup-db.sh
--- a/db_schema/setup-db.sh	Wed Nov 30 12:13:36 2016 +0100
+++ b/db_schema/setup-db.sh	Wed Nov 30 12:27:49 2016 +0100
@@ -139,5 +139,3 @@
         psql -q $DB_CONNECT_STRING -d $DB_NAME -f $DIR/lada_auth.sql
     fi
 fi
-
-exec /opt/lada_sql/alter_owner.sh


More information about the Lada-commits mailing list