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 db9d058 commit 9233ba4Copy full SHA for 9233ba4
scripts/base/ampstart.sh
@@ -25,7 +25,7 @@ touch /home/amp/.gitconfig
25
chown -R amp:amp /home/amp 2>/dev/null
26
27
# Make AMP binary executable
28
-AMP_BIN="/AMP/AMP_Linux_${ARCH}"
+export AMP_BIN="/AMP/AMP_Linux_${ARCH}"
29
[ -f "${AMP_BIN}" ] && chmod +x "${AMP_BIN}"
30
31
# Install extra dependencies if needed
0 commit comments