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 a6bef1b commit 951baacCopy full SHA for 951baac
database/seeds/RustServiceTableSeeder.php
@@ -104,7 +104,7 @@ private function addCoreOptions()
104
'startup' => null,
105
'script_install' => $script,
106
'script_entry' => 'bash',
107
- 'script_container' => 'ubuntu:latest',
+ 'script_container' => 'ubuntu:16.04',
108
]);
109
}
110
@@ -160,7 +160,7 @@ private function addVanillaVariables()
160
'default_value' => 'Powered by Pterodactyl',
161
'user_viewable' => 1,
162
'user_editable' => 1,
163
- 'rules' => 'required',
+ 'rules' => 'required|string',
164
165
166
ServiceVariable::updateOrCreate([
0 commit comments