Fixed skip_scripts in startup the server
This commit is contained in:
parent
27882467e5
commit
186418ee50
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-xs-12">
|
<div class="form-group col-xs-12">
|
||||||
<div class="checkbox checkbox-primary no-margin-bottom">
|
<div class="checkbox checkbox-primary no-margin-bottom">
|
||||||
<input id="pSkipScripting" name="skip_scripting" type="checkbox" value="1" @if($server->skip_scripts) checked @endif />
|
<input id="pSkipScripting" name="skip_scripts" type="checkbox" value="1" @if($server->skip_scripts) checked @endif />
|
||||||
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
|
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
|
||||||
</div>
|
</div>
|
||||||
<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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue