diff options
-rwxr-xr-x | tor-browser-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-browser-dl b/tor-browser-dl index 585e89f..06e1967 100755 --- a/tor-browser-dl +++ b/tor-browser-dl @@ -66,7 +66,7 @@ rm -rf $APP_BASE/$ARCH && \ ( cd $APP_BASE && ln -sf $ARCH-$VERSION $ARCH ) # Set pentadactyl if available -if [ -e '~/.pentadactyl' ]; then +if [ -e "$HOME/.pentadactyl" ]; then ( cd $APP_BASE/$ARCH-$VERSION ln -s ~/.pentadactyl |