Kyoo/deployment/postinst

6 lines
96 B
Bash

#!/bin/sh
set -e
sudo -u postgres dropuser kyoo --if-exist
sudo -u postgres createuser -d kyoo