diff options
Diffstat (limited to 'apply_patches.sh')
| -rwxr-xr-x | apply_patches.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apply_patches.sh b/apply_patches.sh index 8013c9d..08c1818 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -6,14 +6,15 @@ repo="$1" if [[ "x$repo" == "x" ]]; then - echo "Usage: $0 monero/wownero" + echo "Usage: $0 monero/wownero/zano" exit 1 fi -if [[ "x$repo" != "xwownero" && "x$repo" != "xmonero" ]]; +if [[ "x$repo" != "xwownero" && "x$repo" != "xmonero" && "x$repo" != "xzano" ]]; then - echo "Usage: $0 monero/wownero" + echo "Usage: $0 monero/wownero/zano" echo "Invalid target given, only monero and wownero are supported targets" + exit 1 fi if [[ ! -d "$repo" ]] |
