mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-30 06:46:20 +00:00
fix error log path
This commit is contained in:
parent
62b519999e
commit
1167231560
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ fuCISCOASA () {
|
||||||
# Let's create a function to clean up and prepare citrixhoneypot data
|
# Let's create a function to clean up and prepare citrixhoneypot data
|
||||||
fuCITRIXHONEYPOT () {
|
fuCITRIXHONEYPOT () {
|
||||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/citrixhoneypot/*; fi
|
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/citrixhoneypot/*; fi
|
||||||
mkdir -p /data/citrixhoneypot/log/
|
mkdir -p /data/citrixhoneypot/logs/
|
||||||
chmod 770 /data/citrixhoneypot/ -R
|
chmod 770 /data/citrixhoneypot/ -R
|
||||||
chown tpot:tpot /data/citrixhoneypot/ -R
|
chown tpot:tpot /data/citrixhoneypot/ -R
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue