mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-18 08:29:14 +00:00
Fix typo
This commit is contained in:
parent
e3245cd26a
commit
1f64a76723
|
@ -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…
Reference in a new issue