1
0
Fork 0
mirror of https://github.com/JackHack96/EasyEffects-Presets.git synced 2024-10-16 03:30:47 +00:00

Merge pull request #26 from Jojodicus/patch-2

remove trailing spaces
This commit is contained in:
Matteo Iervasi 2022-05-07 18:21:24 +02:00 committed by GitHub
commit 11dad3a16b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ It currently contains:
2. **Perfect EQ**
This preset only enables [Ziyad Nazem's __"Perfect EQ"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq)
3. **Boosted**
This preset is based on [Ziyad Nazem's __"Boosted"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) equalizer settings, which especially enhance lower frequencies

View file

@ -10,7 +10,7 @@ check_installation() {
PRESETS_DIRECTORY="$HOME/.config/easyeffects"
else
echo "Error! Couldn't find EasyEffects presets directory!"
exit 1
exit 1
fi
mkdir -p $PRESETS_DIRECTORY
}