Merge pull request #1443 from zKoz210/develop
Fixed skip_scripts in creating and startup the server
This commit is contained in:
commit
327a324cb4
2 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,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" />
|
<input id="pSkipScripting" name="skip_scripts" type="checkbox" value="1" />
|
||||||
<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>
|
||||||
|
|
|
@ -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