We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f8193 commit b834ce0Copy full SHA for b834ce0
install/swiftly-install.sh
@@ -543,7 +543,7 @@ while [ -z "$DISABLE_CONFIRMATION" ]; do
543
esac
544
done
545
546
-if [[ -d "$HOME_DIR" ]]; then
+if [[ -f "$HOME_DIR/config.json" ]]; then
547
detected_existing_installation="true"
548
if [[ "$overwrite_existing_intallation" == "true" ]]; then
549
echo "Overwriting existing swiftly installation at $(replace_home_path $HOME_DIR)"
0 commit comments