|
|
@ -254,9 +254,9 @@ public final class yacy {
|
|
|
|
File htTemplatePath = new File(sb.getRootPath(), sb.getConfig("htTemplatePath","htdocs"));
|
|
|
|
File htTemplatePath = new File(sb.getRootPath(), sb.getConfig("htTemplatePath","htdocs"));
|
|
|
|
|
|
|
|
|
|
|
|
// create default notifier picture
|
|
|
|
// create default notifier picture
|
|
|
|
if (!((new File(htRootPath, "env/pictures/notifier.gif")).exists())) try {
|
|
|
|
if (!((new File(htRootPath, "env/grafics/notifier.gif")).exists())) try {
|
|
|
|
serverFileUtils.copy(new File(htRootPath, "env/pictures/empty.gif"),
|
|
|
|
serverFileUtils.copy(new File(htRootPath, "env/grafics/empty.gif"),
|
|
|
|
new File(htRootPath, "env/pictures/notifier.gif"));
|
|
|
|
new File(htRootPath, "env/grafics/notifier.gif"));
|
|
|
|
} catch (IOException e) {}
|
|
|
|
} catch (IOException e) {}
|
|
|
|
|
|
|
|
|
|
|
|
if (!(htDocsPath.exists())) htDocsPath.mkdir();
|
|
|
|
if (!(htDocsPath.exists())) htDocsPath.mkdir();
|
|
|
|