diff options
Diffstat (limited to 'daemon.php')
-rw-r--r-- | daemon.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |