fix error log path

This commit is contained in:
t3chn0m4g3 2020-01-27 08:51:34 +00:00
parent 62b519999e
commit 1167231560

View file

@ -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
}