Comment # 1 on bug 1226986 from Georg Pfuetzenreuter
It's still early so I might be missing something, but I think there are missing
dollar signs in lines 5 and 6?

https://build.opensuse.org/projects/server:database/packages/valkey/files/migrate_redis_to_valkey.bash?expand=1

As of revision 4 these lines look like this:

```
redisunits=(basename $(find /etc/systemd/system -maxdepth 1 -name
"redis@*.service"))
sentinelunits=(basename $(find /etc/systemd/system -maxdepth 1 -name
"redis-sentinel@*.service"))
```


You are receiving this mail because: