Files
dbgate/e2e-tests/containers/mysql-ssh-keyfile/start.sh
2025-01-06 09:00:56 +01:00

8 lines
71 B
Bash

#!/bin/bash
service ssh start
service mysql start
tail -f /dev/null