We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dc06c commit ff10370Copy full SHA for ff10370
images/xud/xud-backup.sh
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
3
-RAIDEN_DB_PATH="/root/.raiden/.xud-backup-raiden-db"
4
BACKUP_DIR_VALUE_PATH="/root/.xud/.backup-dir-value"
5
6
while [[ ! -e $BACKUP_DIR_VALUE_PATH ]]; do
@@ -38,4 +37,4 @@ while ! check_backup_dir "$BACKUP_DIR"; do
38
37
sleep 5
39
done
40
41
-./bin/xud-backup -b "$BACKUP_DIR" --raiden.dbpath="$RAIDEN_DB_PATH"
+./bin/xud-backup -b "$BACKUP_DIR"
0 commit comments