From b606726c27cc0983e6a1ae8bc5e7fabe9ebc1cb7 Mon Sep 17 00:00:00 2001 From: CapCreeperGR Date: Mon, 8 Jul 2024 13:47:34 +0000 Subject: [PATCH] Updated post_remove.sh --- post_remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_remove.sh b/post_remove.sh index 1b3c5f1..3ee42de 100644 --- a/post_remove.sh +++ b/post_remove.sh @@ -3,5 +3,5 @@ SHELL="/bin/zsh" if grep "${SHELL}" "$BPM_ROOT"/etc/shells; then - sed -i "s|${SHELL}|d" "$BPM_ROOT"/etc/shells + sed -i "\|${SHELL}|d" "$BPM_ROOT"/etc/shells fi