Skip to content

Commit 186418e

Browse files
authored
Fixed skip_scripts in startup the server
1 parent 2788246 commit 186418e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/admin/servers/view/startup.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</div>
103103
<div class="form-group col-xs-12">
104104
<div class="checkbox checkbox-primary no-margin-bottom">
105-
<input id="pSkipScripting" name="skip_scripting" type="checkbox" value="1" @if($server->skip_scripts) checked @endif />
105+
<input id="pSkipScripting" name="skip_scripts" type="checkbox" value="1" @if($server->skip_scripts) checked @endif />
106106
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
107107
</div>
108108
<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)