true arg passed to install()
This commit is contained in:
@@ -720,7 +720,7 @@ public abstract class Getdown extends Thread
|
|||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
for (Resource rsrc : resources) {
|
for (Resource rsrc : resources) {
|
||||||
rsrc.install();
|
rsrc.install(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user