We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8c1fb commit f5e95e2Copy full SHA for f5e95e2
ampstart.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-echo "[Info] AMPStart for Docker - v22.12.1"
+echo "[Info] AMPStart for Docker - v22.12.2"
4
5
if [ -z "${AMPUSERID}" ]; then
6
echo "[Info] This docker image cannot be used directly by itself - it must be started by ampinstmgr"
@@ -23,6 +23,10 @@ else
23
echo "[Info] Container setup complete."
24
fi
25
26
+export AMPHOSTPLATFORM
27
+export AMP_CONTAINER
28
+export AMPMEMORYLIMIT
29
+
30
ARGS=$@
31
exec su -l -c "ampinstmgr --sync-certs; cd /AMP; HOME=/home/amp /AMP/AMP_Linux_x86_64 ${ARGS}; exit $?" -- amp
32
exit $?
0 commit comments