mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
sudo -u postgres dropuser kyoo --if-exist
|