File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33set -eo pipefail
44
5- echo " [Info] AMPStart for Docker"
5+ echo " [Info] AMPStart for Docker/Podman "
66ARCH=$( uname -m)
77
88# Context check
9- [[ -z " ${AMPUSERID} " ]] && { echo " [Error] This docker image cannot be used directly by itself - it must be started by ampinstmgr" ; exit 100; }
9+ [[ -z " ${AMPUSERID} " ]] && { echo " [Error] This image cannot be used directly by itself - it must be started by ampinstmgr" ; exit 100; }
1010
1111# Create /etc/machine-id using the instance UUID if AMP_INSTANCE_ID exists (addresses Proton/dbus issues)
1212mkdir -p /var/lib/dbus
Original file line number Diff line number Diff line change 22
33set -eo pipefail
44
5- echo " [Info] AMPStart for Docker"
5+ echo " [Info] AMPStart for Docker/Podman "
66ARCH=$( uname -m)
77
88# Context check
9- [[ -z " ${AMPUSERID} " ]] && { echo " [Error] This docker image cannot be used directly by itself - it must be started by ampinstmgr" ; exit 100; }
9+ [[ -z " ${AMPUSERID} " ]] && { echo " [Error] This image cannot be used directly by itself - it must be started by ampinstmgr" ; exit 100; }
1010
1111# Create /etc/machine-id using the instance UUID if AMP_INSTANCE_ID exists (addresses Proton/dbus issues)
1212mkdir -p /var/lib/dbus
Original file line number Diff line number Diff line change 22
33set -eo pipefail
44
5- echo " [Info] AMPStart for Docker"
5+ echo " [Info] AMPStart for Docker/Podman "
66ARCH=$( uname -m)
77
88# Context check
9- [[ -z " ${AMPUSERID} " ]] && { echo " [Error] This docker image cannot be used directly by itself - it must be started by ampinstmgr" ; exit 100; }
9+ [[ -z " ${AMPUSERID} " ]] && { echo " [Error] This image cannot be used directly by itself - it must be started by ampinstmgr" ; exit 100; }
1010
1111# Create /etc/machine-id using the instance UUID if AMP_INSTANCE_ID exists (addresses Proton/dbus issues)
1212mkdir -p /var/lib/dbus
You can’t perform that action at this time.
0 commit comments