Skip to content

Commit 9233ba4

Browse files
committed
fix: export env var
1 parent db9d058 commit 9233ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/base/ampstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ touch /home/amp/.gitconfig
2525
chown -R amp:amp /home/amp 2>/dev/null
2626

2727
# Make AMP binary executable
28-
AMP_BIN="/AMP/AMP_Linux_${ARCH}"
28+
export AMP_BIN="/AMP/AMP_Linux_${ARCH}"
2929
[ -f "${AMP_BIN}" ] && chmod +x "${AMP_BIN}"
3030

3131
# Install extra dependencies if needed

0 commit comments

Comments
 (0)