Skip to content

Commit c01619c

Browse files
author
neil
committed
s
1 parent e42835d commit c01619c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vbox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,11 @@ SendEnv CI GITHUB_*
668668
Host $_osname
669669
User root
670670
HostName $_ip
671-
" >~/.ssh/config.d/"_osname.conf"
671+
" >~/.ssh/config.d/"$_osname.conf"
672672

673673
if [ "$_idfile" ]; then
674674
echo " IdentityFile=$_idfile
675-
" >>~/.ssh/config/"_osname.conf"
675+
" >>~/.ssh/config.d/"$_osname.conf"
676676
fi
677677

678678

0 commit comments

Comments
 (0)