diff options
author | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-10 13:13:05 +0100 |
---|---|---|
committer | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-10 13:13:05 +0100 |
commit | 4aa539dbcb42c72ed39b0be172cd9608c2a32345 (patch) | |
tree | f554f8de97e294f83982788358329b93beac0bf2 | |
parent | e53887277608f07af431efbc2d6375287564c6ae (diff) | |
download | impressive-display-4aa539dbcb42c72ed39b0be172cd9608c2a32345.tar.gz impressive-display-4aa539dbcb42c72ed39b0be172cd9608c2a32345.tar.bz2 impressive-display-4aa539dbcb42c72ed39b0be172cd9608c2a32345.zip |
Fix name of user config file when sourcing it.
-rwxr-xr-x | bin/impressive-display | 2 |
1 files changed, 1 insertions, 1 deletions
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 |