X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=database_utils%2Fdump_db.sh;h=affb2be51e3fdaf0e8764d87f1ba83f1b1964c7e;hb=e088f324b96f4a6aac702fb7e7871406f7156b0f;hp=67d6823cd696829e70ed0e414ef0bd1ba89c917e;hpb=f7aa8c4db7a57d5865d3b7767d5957fda6867198;p=osm%2Fopenvim.git diff --git a/database_utils/dump_db.sh b/database_utils/dump_db.sh index 67d6823..affb2be 100755 --- a/database_utils/dump_db.sh +++ b/database_utils/dump_db.sh @@ -2,7 +2,7 @@ ## # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. -# This file is part of openmano +# This file is part of openvim # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -22,8 +22,8 @@ ## LICENSE_HEAD='/** -* Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. -* This file is part of openmano +* Copyright 2017 Telefónica Investigación y Desarrollo, S.A.U. +* This file is part of openvim * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -54,7 +54,7 @@ DBNAME="vim_db" MYSQL=$(which mysql) AWK=$(which awk) GREP=$(which grep) -DIRNAME=`dirname $0` +DIRNAME=`dirname $(readlink -f $0)` function usage(){ echo -e "Usage: $0 OPTIONS"