Skip to content

Commit b3ad3cb

Browse files
authored
Update mjs-configmap.yaml
v1.1.0 patch - fix worker script
1 parent a7df60d commit b3ad3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/mjs/templates/mjs-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ data:
6464
chmod o+w "${LOGBASE}"
6565
6666
# Create a user to run MATLAB as
67-
useradd --create-home {{ .Values.workerUsername }}
67+
useradd --create-home {{ .Values.workerUsername }} || echo "User {{ .Values.workerUsersname }} already exists"
6868
echo {{ printf "%s:%s" .Values.workerUsername .Values.workerPassword }} | chpasswd
6969
7070
# Start the MJS service

0 commit comments

Comments
 (0)