mirror of
https://abf.rosa.ru/djam/rosa-release.git
synced 2025-02-24 06:52:47 +00:00
6 lines
117 B
Bash
6 lines
117 B
Bash
if [ -r /etc/sysconfig/system ]; then
|
|
. /etc/sysconfig/system
|
|
export META_CLASS
|
|
else
|
|
export META_CLASS=unknown
|
|
fi
|