ubuntu-pgadmin/start.sh
2023-11-07 23:28:24 +00:00

5 lines
78 B
Bash

#!/bin/sh
service nginx start
python3 /usr/pgadmin4/web/pgAdmin4.py &
/bin/sh