mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-04 05:52:11 +00:00
update ddospot folders
This commit is contained in:
parent
918a408357
commit
e7963dbdaa
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ fuCOWRIE () {
|
||||||
# Let's create a function to clean up and prepare ddospot data
|
# Let's create a function to clean up and prepare ddospot data
|
||||||
fuDDOSPOT () {
|
fuDDOSPOT () {
|
||||||
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/ddospot/log; fi
|
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/ddospot/log; fi
|
||||||
mkdir -p /data/ddospot/log
|
mkdir -p /data/ddospot/bl /data/ddospot/db /data/ddospot/log
|
||||||
chmod 770 /data/ddospot -R
|
chmod 770 /data/ddospot -R
|
||||||
chown tpot:tpot /data/ddospot -R
|
chown tpot:tpot /data/ddospot -R
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue