don't use grep to verify the mysql audit logger

This commit is contained in:
Javier Uruen Val 2019-10-29 15:25:42 +01:00
Родитель d5802d5e94
Коммит aab52da513
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,8 @@ mysql_table_schema_available(){
# Check whether the remote host is running a version where the MySQL backend
# is supported, i.e: < 2.19
is_mysql_supported(){
ghe-ssh "$GHE_HOSTNAME" "sudo grep \"ENTERPRISE_AUDIT_LOG_MYSQL_LOGGER_ENABLED='1'\" /data/github/current/.app-config/env.d/99-instance.sh"
echo 'sudo bash -c ". /data/github/current/.app-config/env.d/99-instance.sh;' \
'test \"\$ENTERPRISE_AUDIT_LOG_MYSQL_LOGGER_ENABLED\" = \"1\""' | ghe-ssh "$GHE_HOSTNAME" -- /bin/bash
}
# Helper function to set remote flags in `/data/user/common/audit-log-import`