From 6605a80ac740faa2e13028a59943fa667df6b0bf Mon Sep 17 00:00:00 2001 From: chrys Date: Sun, 19 Feb 2017 14:48:07 +0100 Subject: [PATCH] fix install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0c61c84a..ab018793 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ cp -a config/sound/template /usr/share/sounds/fenrir/template if [ -f "/etc/fenrir/settings/settings.conf" ]; then echo "Do you want overwrite your current settings? (y/n)" read yn - if [ $yn = "Y" -o $yn = "y"]; then + if [ $yn = "Y" -o $yn = "y" ]; then mv /etc/fenrir/settings/settings.conf /etc/fenrir/settings/settings.conf.bak install -m644 -D "config/settings/settings.conf" /etc/fenrir/settings/settings.conf else