Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmatheussen committed Sep 15, 2018
1 parent 21c0d17 commit a9b6448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -12,7 +12,7 @@ PREFIX=$1

mkdir -p "$PREFIX"

TARGET=$1/radium
TARGET="$PREFIX/radium"

if [ -d "$TARGET" ]; then
echo "Directory $TARGET already exist. Please uninstall program first"
Expand Down

0 comments on commit a9b6448

Please sign in to comment.