fixed writeCSV

This commit is contained in:
2024-11-26 19:52:19 +01:00
parent eb029ea070
commit 9bf51c3c67

View File

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