Add Makefile, roles_path, and SSH tunnel variable

This commit is contained in:
2023-09-26 21:14:06 -04:00
parent 8fed63792b
commit 2e02efcbb7
3 changed files with 12 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ unset PKILL_ANSWER
# Function to create the SSH tunnel
function ssh_connect {
read -rp "Start a new vagrant SSH tunnel? [y/N]"
read -rp "Start a new vagrant SSH tunnel? [y/N] " PSTART_ANSWER
echo
case "$PSTART_ANSWER" in
[yY])