[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20389: {torbrowser} Update the proper path for the Vidalia data directory. (torbrowser/trunk/src/RelativeLink)
Author: ioerror
Date: 2009-08-27 01:36:02 -0400 (Thu, 27 Aug 2009)
New Revision: 20389
Modified:
torbrowser/trunk/src/RelativeLink/RelativeLink.sh
Log:
Update the proper path for the Vidalia data directory.
Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.sh
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.sh 2009-08-27 05:33:59 UTC (rev 20388)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.sh 2009-08-27 05:36:02 UTC (rev 20389)
@@ -22,5 +22,5 @@
# exec $HOME/bin/vidalia --loglevel debug --logfile vidalia-log \
# --datadir .config/
echo "Now attempting to launch the TBB for Linux..."
-exec $HOME/bin/vidalia --datadir Data/
+exec $HOME/bin/vidalia --datadir Data/Vidalia/
echo "Everything should be gone!"