From dd0777bf5108ac2b8a8bf94d1e32b6c2785bfebd Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sun, 8 Mar 2020 19:41:18 +0100 Subject: [PATCH] Fix dotman --- dotman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotman b/dotman index fbb14ab..3514d28 100755 --- a/dotman +++ b/dotman @@ -39,7 +39,7 @@ cp -r * ~/.config/ if [ "$HOST" = "pc" ]; then echo "Use pc config" mv ~/.config/polybar/config.pc ~/.config/polybar/config -else if [ "$HOST" = "laptop" ]; then +elif [ "$HOST" = "laptop" ]; then echo "Use laptop config..." mv ~/.config/polybar/config.laptop ~/.config/polybar/config fi