This website requires JavaScript.
Explore
Chat
Change Password
Martial Arts
Help
Register
Sign In
AniNIX
/
Kapisi
Watch
1
Star
0
Fork
0
Code
Issues
31
Pull Requests
1
Projects
1
Releases
Wiki
Activity
Files
e3d5d918e8d7684d512ab63e2efda9dfff8a46cb
Kapisi
/
roles
/
Singularity
/
files
/
delete-db.bash
T
5 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Documenting singularity role
2026-03-30 13:49:52 -05:00
#!/bin/bash
set
-Eeo pipefail
sudo -u postgres dropdb ttrss
sudo -u postgres dropuser ttrss
Reference in New Issue
Copy Permalink