Skip to content

Commit c3da5f0

Browse files
Update Node.php
No longer needed in wings config.
1 parent 6967b76 commit c3da5f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Models/Node.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ public function getConfiguration()
180180
'data' => $this->daemonBase,
181181
'archive_directory' => $this->daemonBase . '/.archives',
182182
'username' => 'pterodactyl',
183-
'timezone_path' => '/etc/timezone',
184183
'set_permissions_on_boot' => true,
185184
'detect_clean_exit_as_crash' => false,
186185
'sftp' => [
@@ -199,7 +198,6 @@ public function getConfiguration()
199198
],
200199
'update_images' => true,
201200
'socket' => '/var/run/docker.sock',
202-
'timezone_path' => '/etc/timezone',
203201
],
204202
'disk_check_timeout' => 30,
205203
'throttles' => [

0 commit comments

Comments
 (0)