Quote:
Originally posted by wooolF[RM]
Works fine here =)
Had to add *nuked* to set anuke(Exempts) , otherwise same release could be nuked forever until it got wiped.
and my zipscript makes bad and missing files like this:
blablabla.mp3-missing
blablabla.rar-bad
So I had to use this (in case someone uses same zipscript):
Code:
set anuke(BadExt) ".*-bad"
set anuke(MissingExt) ".*-missing"
Otherwise it works very nice Together with autowipe script of nuked folders it makes life easier for siteops/nukers
|
when i set it to
Code:
set anuke(BadExt) ".*-bad"
set anuke(MissingExt) ".*-missing"
it wont work
when i set to
Code:
set anuke(BadExt) ".*-bad"
set anuke(MissingExt) ".r39-missing"
it works
can somone help me please ?