Skip to content

Commit

Permalink
style: remove colons from comment (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Aug 5, 2023
1 parent af4b0a4 commit 4fd1687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/1.0/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ The last step in the installation process is to set the correct permissions on t
use them correctly.

``` bash
# If using NGINX or Apache (not on CentOS):
# If using NGINX or Apache (not on CentOS)
chown -R www-data:www-data /var/www/pterodactyl/*

# If using NGINX on CentOS:
# If using NGINX on CentOS
chown -R nginx:nginx /var/www/pterodactyl/*

# If using Apache on CentOS
Expand Down

0 comments on commit 4fd1687

Please sign in to comment.