toolkit/func/core/pkg_lsb/10-test-branding.sh
2021-07-04 23:50:25 -07:00

7 lines
152 B
Bash
Executable File

#!/bin/bash
r_log "lsb" "Test LSB branding"
lsb_release -i | grep -q "Rocky"
r_checkExitStatus $?
lsb_release -d | grep -q "Rocky"
r_checkExitStatus $?