Update install.sh (#10)

This commit is contained in:
jetfir3 2022-11-14 23:19:04 -05:00 committed by GitHub
parent 248fda9e3b
commit 70b67f05ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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