Skip to content

Commit

Permalink
Merge pull request #55 from angulo-solido/fix-#54
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho authored May 13, 2022
2 parents 6fd3470 + 3e32fe7 commit 6f91f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ apply_env () {
}

check_preexisting_install () {
if [ -d "$INSTALL_DIR" ] && [ -f "$BINS_DIR" ]; then
if [ -d "$INSTALL_DIR" ] && [ -f "$BIN_FILE" ]; then
echo "Found preexisting Terrabutler installation: $INSTALL_DIR."
read -r -p "Do you want to replace it? [y/N] " response
case "$response" in
Expand Down

0 comments on commit 6f91f39

Please sign in to comment.