diff --git a/rootfs/standard/usr/bin/mynode_startup.sh b/rootfs/standard/usr/bin/mynode_startup.sh index e0a13ed4..784bfe5a 100755 --- a/rootfs/standard/usr/bin/mynode_startup.sh +++ b/rootfs/standard/usr/bin/mynode_startup.sh @@ -79,8 +79,8 @@ if [ ! -f /home/bitcoin/.mynode/.gensshkeys ]; then fi # Sync product key (SD preferred) -cp -f /home/bitcoin/.mynode/.product_key* /mnt/hdd/mynode/settings/ -cp -f /mnt/hdd/mynode/settings/.product_key* home/bitcoin/.mynode/ +cp -f /home/bitcoin/.mynode/.product_key* /mnt/hdd/mynode/settings/ || true +cp -f /mnt/hdd/mynode/settings/.product_key* home/bitcoin/.mynode/ || true # Randomize RPC password if [ ! -f /mnt/hdd/mynode/settings/.btcrpcpw ]; then