diff --git a/depFiles/ripCD.sh b/depFiles/ripCD.sh index 23eb1e9..8474c9b 100755 --- a/depFiles/ripCD.sh +++ b/depFiles/ripCD.sh @@ -71,7 +71,8 @@ checkEncDir(){ } writeCsv(){ - CSVFILE="${VOLUME}/${RIP_DIR}/albums.csv" + CSVFILE="albums.csv" + cd "${VOLUME}/${RIP_DIR}" if [ ! -e "${CSVFILE}" ]; then touch "${CSVFILE}" fi