Skip to content

Commit

Permalink
fix: mkdir ssh dir for authorized_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 19, 2024
1 parent 1be9c45 commit 91c92d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -z "${CWD}" ]; then
fi
DOCKER_SOCKET="${XDG_RUNTIME_DIR}/podman/podman.sock"

mkdir -p "${CONF_DIR}/ssh.d" "${LOCAL_DIR}"
mkdir -p "${CONF_DIR}/ssh.d" "${LOCAL_DIR}/ssh"
touch "${CONF_DIR}/gitconfig"

# note: docker is not tested, let me know if you insist and get it working
Expand Down

0 comments on commit 91c92d8

Please sign in to comment.