Skip to content

Commit ff10370

Browse files
authored
fix: remove --raiden.dbpath in xud-backup (#720)
1 parent 98dc06c commit ff10370

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

images/xud/xud-backup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
RAIDEN_DB_PATH="/root/.raiden/.xud-backup-raiden-db"
43
BACKUP_DIR_VALUE_PATH="/root/.xud/.backup-dir-value"
54

65
while [[ ! -e $BACKUP_DIR_VALUE_PATH ]]; do
@@ -38,4 +37,4 @@ while ! check_backup_dir "$BACKUP_DIR"; do
3837
sleep 5
3938
done
4039

41-
./bin/xud-backup -b "$BACKUP_DIR" --raiden.dbpath="$RAIDEN_DB_PATH"
40+
./bin/xud-backup -b "$BACKUP_DIR"

0 commit comments

Comments
 (0)