fixed writeCSV
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user