Pass a value for skipping scripts correctly; closes #1991
This commit is contained in:
parent
49dee28eb8
commit
2d95204e9a
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
||||||
|
|
||||||
<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 type="checkbox" id="pSkipScripting" name="skip_scripts" {{ \Pterodactyl\Helpers\Utilities::checked('skip_scripts', 0) }} />
|
<input type="checkbox" id="pSkipScripting" name="skip_scripts" value="1" {{ \Pterodactyl\Helpers\Utilities::checked('skip_scripts', 0) }} />
|
||||||
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
|
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue