Skip to content

Commit

Permalink
Exclude '#'
Browse files Browse the repository at this point in the history
  • Loading branch information
Verdi March committed Mar 4, 2024
1 parent e02ffc3 commit 67e51a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

# https://askubuntu.com/a/1472412
# Exclude special characters that break create_slurm_database().
EXCLUDED_CHAR="'\"\`\\[]{}()*"
EXCLUDED_CHAR="'\"\`\\[]{}()*#"
SLURM_DB_PASSWORD=$(apg -a 1 -M SNCL -m 10 -x 10 -n 1 -E "${EXCLUDED_CHAR}")

# Retain adt behavior. However, verbosity will be disabled at select places to
Expand Down

0 comments on commit 67e51a0

Please sign in to comment.