joinmarket:fix old wallet path

This commit is contained in:
openoms 2020-03-27 22:10:51 +00:00
parent 2239f58ede
commit 6edcf4071c
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -76,7 +76,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
mkdir /mnt/hdd/app-data/.joinmarket 2>/dev/null
# copy old JoinMarket data to app-data
cp -rf /mnt/admin/joinmarket-clientserver/scripst/wallets /mnt/hdd/app-data/.joinmarket/ 2>/dev/null
cp -rf /home/admin/joinmarket-clientserver/scripts/wallets /mnt/hdd/app-data/.joinmarket/ 2>/dev/null
chown -R joinmarket:joinmarket /mnt/hdd/app-data/.joinmarket
ln -s /mnt/hdd/app-data/.joinmarket /home/joinmarket/ 2>/dev/null