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 ee8ead6 commit 73371c0Copy full SHA for 73371c0
wolfram/entrypoint.sh
@@ -1,5 +1,11 @@
1
#!/bin/bash
2
3
+BASE_LICENCE_FILE=/opt/WolframEngine/Configuration/Licensing/mathpass
4
+if [ -f "$BASE_LICENCE_FILE" ]; then
5
+ mkdir /home/wolframengine/.WolframEngine/Licensing/
6
+ cp $BASE_LICENCE_FILE /home/wolframengine/.WolframEngine/Licensing/mathpass
7
+fi
8
+
9
# Exit immediately if a command exits with a non-zero status.
10
set -e
11
0 commit comments