[Summary] Bug fix

This commit is contained in:
YPozdnyakov 2014-11-20 14:03:18 +02:00
parent 1b805cda4a
commit a66a433527

View file

@ -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