diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-08-26 14:15:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-08-26 14:15:25 -0300 |
commit | 10fe4a9373c00c09fbe020f470534c58137f4b1f (patch) | |
tree | 1ecaad03badccea5042e68fad89f3eec7439014a /tor-browser | |
parent | 3b3f89d05de23d0b79499c60fd1fa75a8c15ec0f (diff) | |
download | utils-tor-10fe4a9373c00c09fbe020f470534c58137f4b1f.tar.gz utils-tor-10fe4a9373c00c09fbe020f470534c58137f4b1f.tar.bz2 |
Updates tor-browser script (2)
Diffstat (limited to 'tor-browser')
-rwxr-xr-x | tor-browser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-browser b/tor-browser index 59bc430..d238867 100755 --- a/tor-browser +++ b/tor-browser @@ -36,7 +36,7 @@ BASENAME="`basename $0`" fi #FOLDER="$HOME/apps/tor-browser/$ARCH" - FOLDER="$HOME/.local/bin/tor-browser/$ARCH" + FOLDER="$HOME/.local/tor-browser/$ARCH" if [ -d "$FOLDER" ]; then mkdir -p $FOLDER/Logs |