mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
[Summary] Bug fix
This commit is contained in:
parent
521310665d
commit
1b805cda4a
1 changed files with 4 additions and 5 deletions
|
|
@ -1,8 +1,7 @@
|
|||
path_to_preferences=/C/Users/Daw/AppData/Local/'Tracks Live'
|
||||
if [ -d /C/Users/Daw/AppData/Local/'Tracks Live'/ ] ; then
|
||||
path_to_preferences="$HOME/AppData/Local/Tracks Live"
|
||||
if [ -d "$HOME/AppData/Local/Tracks Live/" ] ; then
|
||||
# delete Preferences
|
||||
echo "Folder:" $path_to_preferences "was deleted"
|
||||
rm -rf /C/Users/Daw/AppData/Local/'Tracks Live'/
|
||||
rm -rf "$path_to_preferences"
|
||||
else
|
||||
echo "Folder:" $path_to_preferences "wasn't found"
|
||||
echo "Folder: '$path_to_preferences' could not be found!"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue