{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.admin') @section('title') Nests → Egg: {{ $egg->name }} → Scripts @endsection @section('content-header')

{{ $egg->name }}Manage install and upgrade scripts for this Egg.

@endsection @section('content')

Install Script

@if(! is_null($egg->copyFrom))
This service option is copying installation scripts and container options from {{ $egg->copyFrom->name }}. Any changes you make to this script will not apply unless you select "None" from the dropdown box below.
@endif
{{ $egg->script_install }}

If selected, script above will be ignored and script from selected option will be used in place.

Docker container to use when running this script for the server.

The entrypoint command to use for this script.

The following service options rely on this script: @if(count($relyOnScript) > 0) @foreach($relyOnScript as $rely) {{ $rely->name }}@if(!$loop->last), @endif @endforeach @else none @endif
@endsection @section('footer-scripts') @parent {!! Theme::js('vendor/ace/ace.js') !!} {!! Theme::js('vendor/ace/ext-modelist.js') !!} @endsection