-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.3
-
Fix Version/s: jboss-fuse-6.3
-
Component/s: Karaf
-
Labels:None
-
Sprint:6.3 Sprint 2 (1-Feb - 26-Feb)
The file /etc/debian-release is missing in docker debian images (an in my ubuntu too), but there is a file /etc/debian_version that can serve this purpose
related lines from karaf-service.sh:
elif [ -f /etc/debian-release ]; then
|
generate_service_descriptor \
|
$INIT_DEBIAN_TEMPLATE \
|
${PWD}/${KARAF_SERVICE_NAME} \
|
${CONF_TEMPLATE} \
|
${KARAF_SERVICE_CONF}
|
|
|
chmod 755 ${PWD}/${KARAF_SERVICE_NAME}
|
fi
|