Skip to content

Commit 3a313d0

Browse files
committed
fix: further ampstart changes
1 parent 0c14404 commit 3a313d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/base/ampstart.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ echo "[Info] Starting AMP..."
6464
exec su -l -s /bin/bash \
6565
-w AMPHOSTPLATFORM,AMP_CONTAINER,AMPMEMORYLIMIT,AMPSWAPLIMIT,AMPCONTAINERCPUS,AMP_CONTAINER_HOST_NETWORK,AMP_BIN,LANG,LANGUAGE,LC_ALL \
6666
amp -c '
67-
/ampinstmgr --sync-certs
68-
cd /AMP
6967
export LD_LIBRARY_PATH="/opt/cubecoders/amp:/AMP"
68+
/opt/cubecoders/amp/ampinstmgr --sync-certs
69+
cd /AMP
7070
exec "${AMP_BIN}" "$@"
7171
' -- _ "$@"

0 commit comments

Comments
 (0)