Skip to content

Commit fdcf4c0

Browse files
committed
Revert "Updated test code"
This reverts commit f44dc3a.
1 parent 0d3463a commit fdcf4c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

entrypoint.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22

33
# TEST CODE FOR AWS
4-
echo TEST CODE
5-
echo $WOLFRAMSCRIPT_ENTITLEMENTID
6-
74
curl google.com
8-
5+
echo WOLFRAM_SCRIPT_ENTILEMENTID
6+
echo $WOLFRAMSCRIPT_ENTITLEMENTID
97

108
# Exit immediately if a command exits with a non-zero status.
119
# set -e

0 commit comments

Comments
 (0)