diff --git a/files/entrypoint b/files/entrypoint index 4ed6206..c3d68d8 100755 --- a/files/entrypoint +++ b/files/entrypoint @@ -53,10 +53,10 @@ if [ ! -f "$userConfFinalPath" ]; then done fi - if [ -n "$READONLY" ]; then + if [ -n "$READONLY" ]; then if [ "$READONLY" = "true" ]; then - sed 's/Subsystem sftp internal-sftp/Subsystem sftp internal-sftp -R/' "/etc/ssh/sshd_config" | tee "/etc/ssh/sshd_config" - fi + sed 's/ForceCommand internal-sftp/ForceCommand internal-sftp -R/' "/etc/ssh/sshd_config" | tee "/etc/ssh/sshd_config" + fi fi # Check that we have users in config