Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

rpg-sync fails on fresh linux install #12

@namelessjon

Description

@namelessjon

This is due to http://github.com/rtomayko/rpg/blob/master/rpg-sync.sh#L216

When that diff command causes an error due to the missing release file, the && also fails, and so the whole script, which is set -e, aborts. I think the && should be an ||. Or alternatively, make the command diff -Nu, which treats non-existent files as empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions