ldap-python-webui/start.sh
2023-04-18 17:17:27 +02:00

6 lines
142 B
Bash
Executable File

#!/bin/bash
if [ ! -f /tmp/foo.txt ]; then
cp settings.ini.example settings.ini
fi
uwsgi --http :9090 --enable-threads --wsgi-file app.py