mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2025-12-16 16:44:05 +00:00
Add check for missing folder
This commit is contained in:
parent
069195c4e7
commit
d77a61eb01
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ check_impulse_response_directory() {
|
|||
if [ ! -d "$PRESETS_DIRECTORY/irs" ]; then
|
||||
mkdir "$PRESETS_DIRECTORY/irs"
|
||||
fi
|
||||
if [ ! -d "$PRESETS_DIRECTORY/output" ]; then
|
||||
mkdir "$PRESETS_DIRECTORY/output"
|
||||
fi
|
||||
}
|
||||
|
||||
read_choice() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue