From 1167231560840d05a78ff3947596929ad13f7755 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 <t3chn0m4g3@gmail.com> Date: Mon, 27 Jan 2020 08:51:34 +0000 Subject: [PATCH] fix error log path --- bin/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.sh b/bin/clean.sh index f73ccb3c..27a283cf 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -93,7 +93,7 @@ fuCISCOASA () { # Let's create a function to clean up and prepare citrixhoneypot data fuCITRIXHONEYPOT () { if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/citrixhoneypot/*; fi - mkdir -p /data/citrixhoneypot/log/ + mkdir -p /data/citrixhoneypot/logs/ chmod 770 /data/citrixhoneypot/ -R chown tpot:tpot /data/citrixhoneypot/ -R }