diff options
author | David Runge <david.runge@frqrec.com> | 2014-01-01 22:38:46 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-01-01 22:38:46 +0100 |
commit | 33ff1764e77055c64194bcdb0d4e6b8f4f3e3091 (patch) | |
tree | 32dd77899b712072f686e27629a9a64417f22e9e | |
parent | 41f0374498e38b52e69dc80565b15016aa754dfc (diff) | |
download | dotfiles-33ff1764e77055c64194bcdb0d4e6b8f4f3e3091.tar.gz dotfiles-33ff1764e77055c64194bcdb0d4e6b8f4f3e3091.tar.bz2 dotfiles-33ff1764e77055c64194bcdb0d4e6b8f4f3e3091.tar.xz dotfiles-33ff1764e77055c64194bcdb0d4e6b8f4f3e3091.zip |
Updated to use other profile folder
-rwxr-xr-x | bin/backup-profiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backup-profiles b/bin/backup-profiles index 66de7af..5ee9b3c 100755 --- a/bin/backup-profiles +++ b/bin/backup-profiles @@ -5,7 +5,7 @@ thunderbirdPID=`ps -C thunderbird -o pid=` firefoxTMP=/tmp/firefox.tgz thunderbirdTMP=/tmp/thunderbird.tgz -firefoxIF=~/.mozilla/firefox/david.runge +firefoxIF=~/.mozilla/firefox/dvzrv thunderbirdIF=~/.thunderbird/dvzrv OF=~/Dropbox/sync gpgEND=.gpg |