pterodactyl-installer / pterodactyl-installer

:bird: Unofficial installation scripts for Pterodactyl Panel
https://pterodactyl-installer.se
GNU General Public License v3.0
1.39k stars 558 forks source link

the install script does not replace the nginx default.conf file #436

Closed deadlypants2 closed 1 year ago

deadlypants2 commented 1 year ago

Describe the bug When i run the installer on my debian VM, the default.conf file for nginx does not get replaced with a pterodactyl.conf file. i have reinstalled the OS multible times and the result stays the same with the .config file not changin

To Reproduce Steps to reproduce the behaviour:

  1. run the installer script as normal
  2. when the script is done. go to the configured webpage and see that the default nginx webpage is being displayed.
  3. use the command ls within /etc/nginx/sites-enabled/ and see that the only file that exists is the default.conf file.

Expected behaviour I would expect the default.conf file to be changed to the pterodactyl.conf file. i went to the discord and asked if this was normal behaviour and it was confirmed there that he default file should be changed

Screenshots afbeelding

deadlypants2 commented 1 year ago

issue was caused by special characters in the passwords for the pterodactyl user after clean install and number+letters password the install script worked fine