Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SHELL="/bin/fish"
|
||||
|
||||
if grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
|
||||
sed -i "s|${SHELL}|d" "$BPM_ROOT"/etc/shells
|
||||
fi
|
||||
Reference in New Issue
Block a user