Misc. file removal and migration cleanup

This commit is contained in:
Dane Everitt 2017-03-12 00:03:04 -05:00
parent d7682bb7c9
commit d585294289
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 1 additions and 202 deletions

View file

@ -125,7 +125,7 @@ class MigrateToNewServiceSystem extends Migration
switch($item->tag) {
case 'source':
$item->config_startup = '{"done": "Assigned anonymous gameserver Steam ID", "userInteraction": []}';
$item->config_startup = '{"done": "Assigned anonymous gameserver", "userInteraction": []}';
$item->config_files = '{}';
$item->config_logs = '{"custom": true, "location": "logs/latest.log"}';
$item->config_stop = 'quit';