mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
[Summary] Bug fix
This commit is contained in:
parent
1b805cda4a
commit
a66a433527
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
path_to_preferences="$HOME/AppData/Local/Tracks Live"
|
path_to_preferences="$HOME/AppData/Local/Tracks Live"
|
||||||
if [ -d "$HOME/AppData/Local/Tracks Live/" ] ; then
|
if [ -d "$path_to_preferences" ] ; then
|
||||||
# delete Preferences
|
# delete Preferences
|
||||||
rm -rf "$path_to_preferences"
|
rm -rf "$path_to_preferences"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue