From dd351176bddd8c71a61ccb5e2722d9f518c0cdd7 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 15 Jun 2024 23:20:38 +0200 Subject: [PATCH] add wget for healthcheck --- app/hardening_final.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/app/hardening_final.sh b/app/hardening_final.sh index c6896bb..279e1b6 100644 --- a/app/hardening_final.sh +++ b/app/hardening_final.sh @@ -17,6 +17,5 @@ if [ "$environment" = "production" ] ; then \ -name od -o \ -name strings -o \ -name su -o \ - -name wget -o \ \) -delete \ ; fi