mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-04-30 22:54:33 +02:00
Add quotes to sed call
parent
cf6c1e234b
commit
d6eaff1829
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user