mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-10-27 08:42:35 -04:00
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
sudo -u postgres dropuser kyoo --if-exist
|