From 97cb1ac7e2c77eea0b7bc9a37e71a54f1348c8e1 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:21:43 +0100 Subject: [PATCH] fix: remove duplicate --- install/wealthfolio-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/wealthfolio-install.sh b/install/wealthfolio-install.sh index 969fa5b42..9e5112e38 100644 --- a/install/wealthfolio-install.sh +++ b/install/wealthfolio-install.sh @@ -34,7 +34,6 @@ $STD pnpm build msg_ok "Built Frontend" msg_info "Building Backend (patience)" -cd /opt/wealthfolio source ~/.cargo/env $STD cargo build --release --manifest-path apps/server/Cargo.toml cp /opt/wealthfolio/target/release/wealthfolio-server /usr/local/bin/wealthfolio-server