Revert adding freebsd detector

This commit is contained in:
Toni de la Fuente
2019-04-08 22:15:22 -04:00
parent fff424dbfa
commit a707b382b0
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
# Functions to manage dates depending on OS
if [ "$OSTYPE" == "linux-gnu" ] || [ "$OSTYPE" == "linux-musl" ] || ["$OSTYPE" == "freebsd" ]; then
if [ "$OSTYPE" == "linux-gnu" ] || [ "$OSTYPE" == "linux-musl" ]; then
TEMP_REPORT_FILE=$(mktemp -t -p /tmp prowler.cred_report-XXXXXX)
# function to compare in days, usage how_older_from_today date
# date format %Y-%m-%d