We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6967b76 commit c3da5f0Copy full SHA for c3da5f0
app/Models/Node.php
@@ -180,7 +180,6 @@ public function getConfiguration()
180
'data' => $this->daemonBase,
181
'archive_directory' => $this->daemonBase . '/.archives',
182
'username' => 'pterodactyl',
183
- 'timezone_path' => '/etc/timezone',
184
'set_permissions_on_boot' => true,
185
'detect_clean_exit_as_crash' => false,
186
'sftp' => [
@@ -199,7 +198,6 @@ public function getConfiguration()
199
198
],
200
'update_images' => true,
201
'socket' => '/var/run/docker.sock',
202
203
204
'disk_check_timeout' => 30,
205
'throttles' => [
0 commit comments