Skip to content

Commit

Permalink
install-to-home.sh: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCaster committed Jan 13, 2018
1 parent e7e61db commit 808032f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-to-home.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

target="$1"
[[ -z $target ]] && target="$HOME/sandboxer"
[[ $target = $HOME ]] && echo "will not proceed install to home directory directly, try $HOME/sandboxer sub-directory instead"
[[ $target = $HOME ]] && echo "will not proceed install to home directory directly, try $HOME/sandboxer sub-directory instead" && exit 1

curdir="$( cd "$( dirname "$0" )" && pwd )"

Expand Down

0 comments on commit 808032f

Please sign in to comment.