diff options
Diffstat (limited to 'scripts/epgd-conflictsof')
-rwxr-xr-x | scripts/epgd-conflictsof | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/epgd-conflictsof b/scripts/epgd-conflictsof index e21c47f..5e427d1 100755 --- a/scripts/epgd-conflictsof +++ b/scripts/epgd-conflictsof @@ -1,6 +1,7 @@ #!/bin/bash -export MYSQL_PWD=epg +MYSQL_PWD=${MYSQL_PWD:-epg} +export MYSQL_PWD if [ -z $1 ]; then exit |