You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.
The build tools method does not work too well. Im running scales without docker so i dont know if its different with docker. anyhow when running "git config --global --unset core.autocrlf" in the script, the command returns permission denied and that fails the installation. Although I have personally fixed it for myself, its not using build tools.
The text was updated successfully, but these errors were encountered:
How did you personally fixed this ? I can't get it working. Even ssh into the pufferpanel user home directory, created a .gitconfig and .git dir with permission to pufferpanel user I sill get the error
Well the solution was simply that the pufferpanel user didn't own it's home directory -_-'
I'm going on a manual build. Should I just provide the jar created by BuildTools to pufferpanel in 'jar file' so the server starts ?
I have this error :
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key org.bukkit.craftbukkit.libs.joptsimple.UnrecognizedOptionException.message at java.util.ResourceBundle.getObject(ResourceBundle.java:395)
However if I manually launch the server once logged into ssh in the home directory no errors are shown. Is Pufferpanel using another user to launch the servers ? (--> error already reported)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The build tools method does not work too well. Im running scales without docker so i dont know if its different with docker. anyhow when running "git config --global --unset core.autocrlf" in the script, the command returns permission denied and that fails the installation. Although I have personally fixed it for myself, its not using build tools.
The text was updated successfully, but these errors were encountered: