-
Bug
-
Resolution: Fixed
-
P3
-
10
-
None
-
b26
The open jib.sh has the wrong relative path to find the closed config:
- closed_script="${mydir}/../../../closed/conf/jib-install.conf"
+ closed_script="${mydir}/../../closed/make/conf/jib-install.conf"
- closed_script="${mydir}/../../../closed/conf/jib-install.conf"
+ closed_script="${mydir}/../../closed/make/conf/jib-install.conf"