mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-28 19:56:39 +00:00
Fix typo
This commit is contained in:
parent
e3245cd26a
commit
1f64a76723
|
@ -38,7 +38,7 @@ class MountVolume(Migration):
|
||||||
userdata["volumes"] = []
|
userdata["volumes"] = []
|
||||||
if is_there_a_volume:
|
if is_there_a_volume:
|
||||||
userdata["volumes"].append({
|
userdata["volumes"].append({
|
||||||
"device": "/etc/sdb",
|
"device": "/dev/sdb",
|
||||||
"mountPoint": "/volumes/sdb",
|
"mountPoint": "/volumes/sdb",
|
||||||
"fsType": "ext4",
|
"fsType": "ext4",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue