@@ -0,0 +1,8 @@
#!/bin/bash
set -e
# Arrancar servidor SSH
/usr/sbin/sshd
# Arrancar aplicacion web Flask
exec python3 /app/app.py
The note is not visible to the blocked user.