Skip to content

Commit 6d61774

Browse files
committed
chore: add check for existing installation in install script
1 parent d5aa4ed commit 6d61774

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ if [ "$platform" != "darwin" ]; then
9191
install_docker
9292
fi
9393

94+
check_existing_installation
95+
9496
# Create data directory
9597
echo "📁 Creating data directory..."
9698
mkdir -p $DATA_DIR

0 commit comments

Comments
 (0)