Prefix command with sudo
This commit is contained in:
parent
2ed3763d21
commit
655a751ef3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
swal({
|
swal({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
title: 'Token created.',
|
title: 'Token created.',
|
||||||
text: '<p>To auto-configure your node run the following command:<br /><small><pre>cd /etc/pterodactyl && ./wings configure --panel-url {{ config('app.url') }} --token ' + data.token + ' --node ' + data.node + '{{ config('app.debug') ? ' --allow-insecure' : '' }}</pre></small></p>',
|
text: '<p>To auto-configure your node run the following command:<br /><small><pre>cd /etc/pterodactyl && sudo ./wings configure --panel-url {{ config('app.url') }} --token ' + data.token + ' --node ' + data.node + '{{ config('app.debug') ? ' --allow-insecure' : '' }}</pre></small></p>',
|
||||||
html: true
|
html: true
|
||||||
})
|
})
|
||||||
}).fail(function () {
|
}).fail(function () {
|
||||||
|
|
Loading…
Reference in a new issue