aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.php')
-rw-r--r--daemon.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon.php b/daemon.php
index a25861e..6570185 100644
--- a/daemon.php
+++ b/daemon.php
@@ -3,11 +3,11 @@
// Gentoaster build daemon worker
// Licensed under GPL v3, see COPYING file
- $configurationsPath = "/var/www/gentoaster";
+ $configurationsPath = "/var/www/gentoaster/images";
$gentoasterPath = "/usr/share/gentoaster";
$buildToolName = "create_image.sh";
$wrapToolName = "wrap.sh";
- $externalHost = "192.168.2.167";
+ $externalHost = "192.168.2.169";
$lowPort = 5900;
$highPort = 5999;