fix: remove a volume from DO for now

testing/digital-ocean
Inex Code 2022-11-08 03:30:55 +03:00
parent 5f72978a16
commit 2b4bb3f793
1 changed files with 0 additions and 5 deletions

View File

@ -80,11 +80,6 @@ makeConf() {
"resticPassword": $ESCAPED_PASSWORD,
"username": "$LUSER",
"volumes": [
{
"device": "/dev/sdb",
"mountPoint": "/volumes/sdb",
"fsType": "ext4"
}
],
"useBinds": true
}