From 4aa539dbcb42c72ed39b0be172cd9608c2a32345 Mon Sep 17 00:00:00 2001 From: DanielsLPecke Date: Thu, 10 Nov 2016 13:13:05 +0100 Subject: Fix name of user config file when sourcing it. --- bin/impressive-display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/impressive-display b/bin/impressive-display index f31c429..c4f344e 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -102,7 +102,7 @@ if [ -r /etc/default/impressive-display ] && [ ! -d /etc/default/impressive-disp fi if [ -r $HOME/.impressive-display-rc ] && [ ! -d $HOME/.impressive-display-rc ]; then - . $HOME/.impressive-display + . $HOME/.impressive-display-rc fi if [ -z "$LOG_TO_SYSLOG" ]; then -- cgit v1.2.3