mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix error log path
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user