Updated post_remove.sh

This commit is contained in:
CapCreeperGR
2024-07-08 13:47:14 +00:00
parent d91e748cd9
commit b546d0b838
+1 -1
View File
@@ -3,5 +3,5 @@
SHELL="/bin/fish"
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