Skip to content

Commit 83f9beb

Browse files
authored
Merge pull request pterodactyl#2327 from ZeProf2Code/patch-1
fix: remove ./ before wings for auto-configuration
2 parents 1c00c3b + 8da56df commit 83f9beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/nodes/view/configuration.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
swal({
7575
type: 'success',
7676
title: 'Token created.',
77-
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>',
77+
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>',
7878
html: true
7979
})
8080
}).fail(function () {

0 commit comments

Comments
 (0)