Skip to content

Commit

Permalink
Fix #5972: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
git-user committed Jun 15, 2023
1 parent 1a3676c commit a10d2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/run-supervisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ EOF
esac
echo "${SIREPO_SIMULATION_DB_SBATCH_DISPLAY:-without sbatch}"
if [[ $SIREPO_JOB_DRIVER_MODULES =~ sbatch ]]; then
export SIREPO_JOB_DRIVER_SBATCH_HOST_KEY="$(grep ^$SIREPO_JOB_DRIVER_SBATCH_HOST ~/.ssh/known_hosts || true)"
export SIREPO_JOB_DRIVER_SBATCH_HOST_KEY=asdf
if [[ ! $SIREPO_JOB_DRIVER_SBATCH_HOST_KEY ]]; then
cat <<EOF 1>&2
you need to get the host key in ~/.ssh/known_hosts
Expand Down

0 comments on commit a10d2d5

Please sign in to comment.