Updated post_remove.sh

This commit is contained in:
CapCreeperGR
2024-07-08 13:47:34 +00:00
parent 6ca5d30c23
commit b606726c27
+1 -1
View File
@@ -3,5 +3,5 @@
SHELL="/bin/zsh" SHELL="/bin/zsh"
if grep "${SHELL}" "$BPM_ROOT"/etc/shells; then 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 fi