Skip to content

Commit c6e7d93

Browse files
committed
Fix accidentally disabled cleanup of postgresql password file
1 parent 0d79386 commit c6e7d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zabbix-dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ check_binary() {
355355
}
356356
clean_psql_pass() {
357357
if [ $DBTYPE = "psql" -a -n "$PGPASSFILE" ]; then
358-
echo rm -f $PGPASSFILE
358+
rm -f $PGPASSFILE
359359
fi
360360
}
361361

0 commit comments

Comments
 (0)