e4ab1f
Old network service is not available in CentOS8
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
t_Log "Running $0 - Check if networking is enabled."
|
5
5
|
|
6
|
-
if [ "$centos_ver"
|
6
|
+
if [ "$centos_ver" -ge 7 ] ; then
|
7
7
|
t_Log "CentOS $centos_ver -> SKIP"
|
8
8
|
exit 0
|
9
9
|
else
|