Blame tests/p_ntp/0-install_ntp.sh
|
Steve Barnes |
e801dc |
#!/bin/bash
|
|
Steve Barnes |
464547 |
# Author: Steve Barnes (steve@echo.id.au)
|
|
Steve Barnes |
464547 |
|
|
Pablo Greco |
c2d6da |
if [ "$centos_ver" -ge 8 ] ; then
|
|
Pablo Greco |
c2d6da |
t_Log "no ntp in CentOS $centos_ver ... SKIP"
|
|
Pablo Greco |
c2d6da |
exit 0
|
|
Pablo Greco |
c2d6da |
fi
|
|
Steve Barnes |
e801dc |
# NTPd
|
|
Steve Barnes |
464547 |
t_InstallPackage ntp
|