Skip to content

Commit

Permalink
fix uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Jan 8, 2025
1 parent d4324a8 commit 2f6dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ if [ "$UNINSTALL" = 1 ]; then

info "$msg"
${sudo} rm "$(which railway)"
${sudo} rm /tmp/railway
${sudo} rm -f /tmp/railway 2>/dev/null || true

info "Removed railway"
exit 0
Expand Down

0 comments on commit 2f6dd1e

Please sign in to comment.