mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Add quotes to sed call
@@ -92,7 +92,7 @@ error (1064): Syntax error near '"users" VALUES('9b5c2d13-8c4f-47e9-bd94-f0d7036
|
||||
```
|
||||
fix:
|
||||
```bash
|
||||
sed -i s#\"#\#g mysqldump.sql
|
||||
sed -i 's#\"#\#g' mysqldump.sql
|
||||
```
|
||||
```bash
|
||||
mysql --password --user=bitwarden_rs
|
||||
|
||||
Reference in New Issue
Block a user