mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-15 11:14:12 +00:00
Fix typo
This commit is contained in:
parent
e3245cd26a
commit
1f64a76723
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class MountVolume(Migration):
|
|||
userdata["volumes"] = []
|
||||
if is_there_a_volume:
|
||||
userdata["volumes"].append({
|
||||
"device": "/etc/sdb",
|
||||
"device": "/dev/sdb",
|
||||
"mountPoint": "/volumes/sdb",
|
||||
"fsType": "ext4",
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue