mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 10: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:
|
fix:
|
||||||
```bash
|
```bash
|
||||||
sed -i s#\"#\#g mysqldump.sql
|
sed -i 's#\"#\#g' mysqldump.sql
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
mysql --password --user=bitwarden_rs
|
mysql --password --user=bitwarden_rs
|
||||||
|
|||||||
Reference in New Issue
Block a user