Update tests

This commit is contained in:
hwdsl2 2023-11-18 20:12:40 -06:00
parent dd6f260a44
commit f39c7fd27e

View File

@ -51,7 +51,7 @@ jobs:
}
restart_ipsec() {
if grep -qs -E 'release (8|9)' /etc/oracle-release; then
if [ -f /etc/oracle-release ]; then
sleep 3
fi
if ! command -v amazon-linux-extras; then