Merge pull request #2327 from ZeProf2Code/patch-1
fix: remove ./ before wings for auto-configuration
This commit is contained in:
commit
83f9bebba9
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 && sudo ./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