From 5cd3ff390167b02403f8cddf360385d75640b996 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Fri, 16 Oct 2020 18:22:35 +0200 Subject: [PATCH] setup.sh: add missing echo --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 1cf1b14..efc60c1 100755 --- a/setup.sh +++ b/setup.sh @@ -133,5 +133,7 @@ if installed i3; then fi if installed redshift; then + echo "Setting up redshift:" + link config/redshift.conf ~/.config/redshift.conf fi