Skip to content

Commit 013d1cf

Browse files
committed
Add controlmasters directory to the SSH setup script
1 parent e976de0 commit 013d1cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ssh/setup_ssh.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ else
2323
ln -s "${CONF_DIR}" "${SSH_DIR}"
2424
fi
2525

26+
echo "Creating the controlmasters directory."
27+
mkdir -p "${SSH_DIR}/controlmasters"
28+
2629
echo "SSH configured."

0 commit comments

Comments
 (0)