-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exit Code 0 Returned When Running Silent as Non-Administrator #33
Comments
Thanks for the catch. The fix should be available in 0.1.8.6-beta.1. |
0.1.8.6-beta.1 fixes the logging issue, but the exit code is still 0.
|
The release [0.1.8.6-beta.2]https://github.com/TechieGuy12/PlexServerAutoUpdater/releases/tag/0.1.8.6-beta.2 should fix the errorlevel issue. |
Error code is still 0.
|
Just wondering if you've had a chance to look at this |
Just checking back in on this. :-) I really appreciate you writing this tool. It's been a life saver for my system! |
PlexServerAutoUpdater/Program.cs
Line 73 in 651d6a4
psupdate.exe -silent && echo success || echo fail
returnssuccess
in a non-elevated command prompt on Windows Server 2012 R2.The contents of the log file are:
2019-05-30 19:01:46 Getting windows user.
2019-05-30 19:01:46 Checking if user is an administrator.
The text was updated successfully, but these errors were encountered: