Files
dash/post_install.sh
T
2025-05-08 16:54:16 +03:00

8 lines
133 B
Bash

#!/bin/sh
SHELL="/bin/dash"
if ! grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
echo "${SHELL}" | tee -a "$BPM_ROOT"/etc/shells
fi