Skip to content

Commit

Permalink
Update mjs-configmap.yaml
Browse files Browse the repository at this point in the history
v1.1.0 patch - fix worker script
  • Loading branch information
hannahpullen authored Jul 24, 2024
1 parent a7df60d commit b3ad3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/mjs/templates/mjs-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ data:
chmod o+w "${LOGBASE}"
# Create a user to run MATLAB as
useradd --create-home {{ .Values.workerUsername }}
useradd --create-home {{ .Values.workerUsername }} || echo "User {{ .Values.workerUsersname }} already exists"
echo {{ printf "%s:%s" .Values.workerUsername .Values.workerPassword }} | chpasswd
# Start the MJS service
Expand Down

0 comments on commit b3ad3cb

Please sign in to comment.