Thread: ioNiNJA
View Single Post
Old 12-10-2014, 02:22 PM  
Rusher
Member
 
Join Date: Oct 2004
Posts: 57
Default

Quote:
Originally Posted by PSA9 View Post

Code:
NiNJALiB.tcl lines 1488, 1489, and 1497

catch {file mkdir "$ioNJ(sym_inc_dir)/$release"} error
catch {vfs chattr "$ioNJ(sym_inc_dir)/$release" 1 "$pwd"}
catch {file delete -force "$ioNJ(sym_inc_dir)/$release"}
Code:
I changed them to this and works fine and exactly the way I want it to work!

catch {file mkdir "$ioNJ(sym_inc_dir)/$dir"} error
catch {vfs chattr "$ioNJ(sym_inc_dir)/$dir" 1 "$pwd"}
catch {file delete -force "$ioNJ(sym_inc_dir)/$dir"}
This Worked Perfectly !!!!!!!!!!!!!!! Thank you !
Rusher is offline   Reply With Quote