Update helk_install.sh

bash is no better than python :)
https://github.com/Cyb3rWard0g/HELK/issues/148
thanks @roberix
keyword-vs-text-changes
Nate Guagenti 2019-01-07 09:26:47 -05:00 committed by GitHub
parent 5ac63ca1e9
commit 5864371375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ check_min_requirements(){
echo "[HELK-INSTALLATION-ERROR] Installation Wiki: https://github.com/Cyb3rWard0g/HELK/wiki/Installation" echo "[HELK-INSTALLATION-ERROR] Installation Wiki: https://github.com/Cyb3rWard0g/HELK/wiki/Installation"
exit 1 exit 1
fi fi
if [ "${AVAILABLE_MEMORY}" -ge "11" ] && [ "${AVAILABLE_DISK}" -ge "25"]; then if [ "${AVAILABLE_MEMORY}" -ge "11" ] && [ "${AVAILABLE_DISK}" -ge "25" ]; then
echo "[HELK-INSTALLATION-INFO] Available Memory: $AVAILABLE_MEMORY" echo "[HELK-INSTALLATION-INFO] Available Memory: $AVAILABLE_MEMORY"
echo "[HELK-INSTALLATION-INFO] Available Disk: $AVAILABLE_DISK" echo "[HELK-INSTALLATION-INFO] Available Disk: $AVAILABLE_DISK"
else else