Commit 98666080 authored by Anton Midyukov's avatar Anton Midyukov

dev: do not run 51-hasher in live, if hasher is not installed

parent c74da9a0
#!/bin/sh -efu
# configure hasher (implies that 30-users has been run already)
rpm -q hasher || exit 0
ARCH="$(rpm --eval '%_host_cpu')"
[ -n "$ARCH" ] || exit 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment