Skip to content

Commit

Permalink
enable more password checks
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Aug 4, 2024
1 parent 004ce6f commit fa7a49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script:
native:
container:
name: "codeserver"
image: "ghcr.io/nesi/training-environment-codeserver-app:v0.1.14"
image: "ghcr.io/nesi/training-environment-codeserver-app:v0.1.15"
command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"]
restart_policy: 'OnFailure'
env:
Expand Down
2 changes: 1 addition & 1 deletion template/before.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ echo "port is: ${port}"

# Generate SHA1 encrypted password (requires OpenSSL installed)
#commenting this out to check whether this is the cause of the $PASSWORD variable not getting invoked correctly
#export password="$(create_passwd 16)"
export password="$(create_passwd 16)"

0 comments on commit fa7a49e

Please sign in to comment.