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 May 13, 2024. It is now read-only.
In the owi_installer.bat file, there are 2 instances where the user's input password is used for nginx and php. If the user has the '&' character in their password, the install will fail.
The fix is to add "" around the %pass% variable as "%pass%" both instances.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the owi_installer.bat file, there are 2 instances where the user's input password is used for nginx and php. If the user has the '&' character in their password, the install will fail.
The fix is to add "" around the %pass% variable as "%pass%" both instances.
The text was updated successfully, but these errors were encountered: