diff options
Diffstat (limited to 'tools/meta-rip')
-rwxr-xr-x | tools/meta-rip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/meta-rip b/tools/meta-rip index d91195a..891d892 100755 --- a/tools/meta-rip +++ b/tools/meta-rip @@ -28,7 +28,7 @@ if [[ $meta =~ ^([^:]+):\s*([^,]+),\s*([^,]+),\s*(.*)$ ]]; then cookie=${cookie%?} # Remove the last character fi -if [[ $cookie != "Vega" ]] +if [[ $cookie != "Hyra" ]] then echo "Invalid cookie found!" exit |