mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
f0b9397362
fixed an issue with updating user passwords and made payloads in the UI paginated
6 lines
133 B
Bash
6 lines
133 B
Bash
#!/bin/bash
|
|
|
|
if [ -d "/var/lib/postgresql/data" ]
|
|
then
|
|
mv /var/lib/postgresql/pg_hba.conf /var/lib/postgresql/data/pg_hba.conf
|
|
fi |