Fix bug in node update

This commit is contained in:
Dane Everitt 2017-02-16 15:57:02 -05:00
parent 59f9ab6e90
commit 73996d3154
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 5 deletions

View file

@ -126,8 +126,7 @@ class NodesController extends Controller
'fqdn', 'scheme', 'memory',
'memory_overallocate', 'disk',
'disk_overallocate', 'upload_size',
'daemonBase', 'daemonSFTP',
'daemonListen', 'reset_secret',
'daemonSFTP', 'daemonListen', 'reset_secret',
]));
Alert::success('Successfully update this node\'s information. If you changed any daemon settings you will need to restart it now.')->flash();