Skip to content

Commit

Permalink
Moved PATH into service (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
newzealandpaul authored Nov 20, 2024
1 parent c63e1dc commit bbd39fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/linkwarden-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ msg_ok "Installed Node.js/Yarn"

msg_info "Installing Monolith"
$STD cargo install monolith
echo 'export PATH=~/.cargo/bin:$PATH' >>~/.bashrc
export PATH=~/.cargo/bin:$PATH
msg_ok "Installed Monolith"

Expand Down Expand Up @@ -117,6 +116,7 @@ After=network.target
[Service]
Type=exec
Environment=PATH=$PATH
WorkingDirectory=/opt/linkwarden
ExecStart=/usr/bin/yarn start
Expand Down

0 comments on commit bbd39fd

Please sign in to comment.