mirror of
https://github.com/bitwarden/server.git
synced 2025-02-20 02:31:30 +01:00
4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/sh
|
|
|
|
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /backup-db.sql
|