Initial Commit

This commit is contained in:
2025-05-08 16:54:16 +03:00
commit 813a66735f
4 changed files with 53 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
SHELL="/bin/dash"
if ! grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
echo "${SHELL}" | tee -a "$BPM_ROOT"/etc/shells
fi