Probably at some point someone will create a data folder name that has a space in it, breaking possibly many things in the VM. To guard against this, check all scripts that use, e.g. $audio_dir to refer to the data folder, making sure they are bracketed to read ${audio_dir}
Probably at some point someone will create a data folder name that has a space in it, breaking possibly many things in the VM. To guard against this, check all scripts that use, e.g.
$audio_dir
to refer to the data folder, making sure they are bracketed to read${audio_dir}