summaryrefslogtreecommitdiff
path: root/scripts/epgd-showmerge
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/epgd-showmerge')
-rwxr-xr-xscripts/epgd-showmerge3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/epgd-showmerge b/scripts/epgd-showmerge
index 5f06f71..e226308 100755
--- a/scripts/epgd-showmerge
+++ b/scripts/epgd-showmerge
@@ -1,6 +1,7 @@
#!/bin/bash
-export MYSQL_PWD=epg
+MYSQL_PWD=${MYSQL_PWD:-epg}
+export MYSQL_PWD
if [ "$1" == "-h" ]; then