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 5ed24a7 commit 86ded94Copy full SHA for 86ded94
container/run.sh
@@ -13,6 +13,9 @@ if [ "$(getent passwd wljs | cut -d: -f6)" != "/home/wljs" ]; then
13
usermod -d /home/wljs -m wljs
14
fi
15
16
+# a bug, no idea why
17
+usermod -d /home/wljs ubuntu
18
+
19
# Check if the script is running as root and set LICENSE_DIR accordingly
20
if [ "$PGID" -eq 0 ]; then
21
LICENSE_DIR=/root/.WolframEngine/Licensing
0 commit comments