Skip to content

Commit 2788246

Browse files
authored
Fixed skip_scripts in creating the server
1 parent 14838db commit 2788246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/admin/servers/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
</div>
207207
<div class="form-group col-xs-12">
208208
<div class="checkbox checkbox-primary no-margin-bottom">
209-
<input id="pSkipScripting" name="skip_scripting" type="checkbox" value="1" />
209+
<input id="pSkipScripting" name="skip_scripts" type="checkbox" value="1" />
210210
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
211211
</div>
212212
<p class="small text-muted no-margin">If the selected Egg has an install script attached to it, the script will run during install after the pack is installed. If you would like to skip this step, check this box.</p>

0 commit comments

Comments
 (0)