Reorder final setup steps
This commit is contained in:
parent
2b882cc313
commit
23f33cd8da
4 changed files with 28 additions and 58 deletions
|
@ -5,10 +5,10 @@
|
|||
<h3 class="form-title">Setup Complete!</h3>
|
||||
<span id="helpBlock" class="help-block help-message"></span>
|
||||
<p>
|
||||
Looks like you're almost done! As a final step, run the following commands from the terminal:<br/>
|
||||
<code>sudo service airtime-playout start</code><br/>
|
||||
<code>sudo service airtime-liquidsoap start</code><br/>
|
||||
<code>sudo service airtime-media-monitor start</code>
|
||||
Looks like you're almost done! As a final step, run the following commands from the terminal:
|
||||
<br/><code>sudo service airtime-playout start</code>
|
||||
<br/><code>sudo service airtime-liquidsoap start</code>
|
||||
<br/><code>sudo service airtime-media-monitor start</code>
|
||||
</p>
|
||||
<p>
|
||||
Click "Done!" to bring up the Airtime configuration checklist; if your configuration is all green,
|
||||
|
@ -23,11 +23,8 @@
|
|||
</form>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
submitForm(e, "FinishSetup");
|
||||
});
|
||||
|
||||
$("#finishSettingsForm").submit(function(e) {
|
||||
window.location.replace("/?config");
|
||||
// submitForm(e, "FinishSetup");
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue