diff options
author | sigsegv7 <ian@osmora.org> | 2023-11-13 09:55:23 -0500 |
---|---|---|
committer | sigsegv7 <ian@osmora.org> | 2023-11-13 14:46:52 -0500 |
commit | 6ce74b29ca71799cc8bf873e93f7f741d868ab0f (patch) | |
tree | e251b72cdc234f47d95cc428c95638441e863326 /tools/meta-rip | |
parent | f53ac3212fe8f07c99aef348e754aa8ab00081dc (diff) |
project-wide: Update project name
Update project name to avoid conflicts with the name of
Amazon's new 'Vega' Smart Device Operating System.
Signed-off-by: sigsegv7 <ian@osmora.org>
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 |