From 95d095bde429bf51cd0f2756a01e4879379c11cc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 16 Mar 2012 21:25:53 +0000 Subject: [PATCH] Adjust path for initial mysql script to set up ngcp db From: Michael Prokop --- ngcp-update-db-schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngcp-update-db-schema b/ngcp-update-db-schema index 145695b0..69a21d32 100755 --- a/ngcp-update-db-schema +++ b/ngcp-update-db-schema @@ -6,7 +6,7 @@ hostname="$(hostname)" . /etc/mysql/sipwise.cnf if ! mysql -usipwise -p${SIPWISE_DB_PASSWORD} -e 'use ngcp;' 2>/dev/null ; then - mysql -usipwise -p${SIPWISE_DB_PASSWORD} < /usr/share/ngcp-db-schema/init/0005_create_ngcp.up + mysql -usipwise -p${SIPWISE_DB_PASSWORD} < /usr/share/ngcp-db-schema/db_scripts/init/0005_create_ngcp.up fi if ! mysql -usipwise -p${SIPWISE_DB_PASSWORD} -e 'use ngcp;' 2>/dev/null ; then