This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
amue-authentic2/syncdb.sh

7 lines
144 B
Bash
Executable File

#!/bin/sh
. /etc/amue-authentic2/amue.conf
python /usr/lib/authentic2/manage.py syncdb --noinput
python /usr/lib/authentic2/manage.py migrate