$RDECK_BASE/etc/profile sets PATH incorrectly
Reported by Martin Middleton | December 16th, 2010 @ 06:04 AM | in Rundeck 1.0
The following line exists in $RDECK_BASE/etc/profile:
PATH=$JAVA_HOME/bin:$RDECK_HOME/bin:$PATH
It should read:
PATH=$JAVA_HOME/bin:$RDECK_HOME/tools/bin:$PATH
This was created via the Launcher
Comments and changes to this ticket
-
Alex-SF December 17th, 2010 @ 07:47 AM
- Milestone set to Rundeck 1.0
- Milestone order changed from 19 to 0
-
Deleted User December 17th, 2010 @ 10:52 AM
- Assigned user set to Greg Schueler
- Tag set to launcher
-
Deleted User December 20th, 2010 @ 12:18 PM
- State changed from new to resolved
(from [271e5252d4eacbdea8394081fba63c081be1ee41]) Update PATH for profile files [#130 state:resolved] https://github.com/dtolabs/rundeck/commit/271e5252d4eacbdea8394081f...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Tags
Referenced by
- 130 $RDECK_BASE/etc/profile sets PATH incorrectly (from [271e5252d4eacbdea8394081fba63c081be1ee41]) Update ...