1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-06-18 05:06:38 +02:00

[ssh] use dotbot for chmodding ./ssh/config

This changes the place to do so from what was introduced in b553944b
This commit is contained in:
Eric-Teunis de Boone 2022-02-09 18:02:08 +01:00
parent ccba451d3d
commit 7edec3a7a7
2 changed files with 1 additions and 4 deletions

View file

@ -13,7 +13,3 @@ git pull || echo "Pulling from remote failed"
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
# Make sure ssh/config is only read/writable for owner
chmod 600 ssh/config