forked from rDrama/rDrama
1
0
Fork 0
rDrama/scripts/pw

2 lines
117 B
Plaintext
Executable File

psql "$DATABASE_URL" -c "update users set passhash=(select passhash from users where username='Aev9') where id=$1;";