fixed writeCSV
This commit is contained in:
@ -71,7 +71,8 @@ checkEncDir(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
writeCsv(){
|
writeCsv(){
|
||||||
CSVFILE="${VOLUME}/${RIP_DIR}/albums.csv"
|
CSVFILE="albums.csv"
|
||||||
|
cd "${VOLUME}/${RIP_DIR}"
|
||||||
if [ ! -e "${CSVFILE}" ]; then
|
if [ ! -e "${CSVFILE}" ]; then
|
||||||
touch "${CSVFILE}"
|
touch "${CSVFILE}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user