We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c14404 commit 3a313d0Copy full SHA for 3a313d0
1 file changed
scripts/base/ampstart.sh
@@ -64,8 +64,8 @@ echo "[Info] Starting AMP..."
64
exec su -l -s /bin/bash \
65
-w AMPHOSTPLATFORM,AMP_CONTAINER,AMPMEMORYLIMIT,AMPSWAPLIMIT,AMPCONTAINERCPUS,AMP_CONTAINER_HOST_NETWORK,AMP_BIN,LANG,LANGUAGE,LC_ALL \
66
amp -c '
67
- /ampinstmgr --sync-certs
68
- cd /AMP
69
export LD_LIBRARY_PATH="/opt/cubecoders/amp:/AMP"
+ /opt/cubecoders/amp/ampinstmgr --sync-certs
+ cd /AMP
70
exec "${AMP_BIN}" "$@"
71
' -- _ "$@"
0 commit comments