Skip to content

Commit

Permalink
Forcibly remove zip even if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Jan 31, 2025
1 parent 1e2fd43 commit 7204b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bash-functions/install_session_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function install_session_manager {
"$SESSION_MANAGER_INSTALL_DIR/sessionmanager-bundle/install" --install-dir "$SESSION_MANAGER_INSTALL_DIR" -b "$BIN_DIR/session-manager-plugin"

# Cleanup..
rm "$TMP_DIR/session-manager-plugin.zip"
rm -f "$TMP_DIR/session-manager-plugin.zip"
rm -rf "$SESSION_MANAGER_INSTALL_DIR/sessionmanager-bundle"

# Try it for a nice confirmation message
Expand Down

0 comments on commit 7204b47

Please sign in to comment.