-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.0.0
-
Component/s: Installation - Microsoft Windows - Service
-
None
Line 163 in service.bat reads:
call "%~dp0\bin\permgenservice.bat".
It should be:
call "%~dp0permgenservice.bat".
As a result, permgenservice.bat never runs and Stash fails to startup as a service.
- mentioned in
-
Page Loading...