From 70b67f05eebc290f8d4e5ba356d1fa0b8785b43b Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:19:04 -0500 Subject: [PATCH] Update install.sh (#10) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7169966..1ce5a53 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ if [ -z ${INSTALL_PATH+x} ]; then if [[ -d "${INSTALL_PATH}" ]]; then echo "Spotify directory found: ${INSTALL_PATH}" elif [[ ! -d "${INSTALL_PATH}" ]]; then - echo "Spotify directory not found. Set directory path with -P flag.\nExiting...\n" + echo -e "Spotify directory not found. Set directory path with -P flag.\nExiting...\n" exit; fi; fi else if [[ ! -d "${INSTALL_PATH}" ]]; then