mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-07 12:40:28 -05:00
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
sudo -u postgres dropuser kyoo --if-exist
|