This commit is contained in:
陆柯 2022-03-31 12:10:09 +08:00
parent 840d97321d
commit 9991ba4f63

View File

@ -47,7 +47,7 @@ else
echo "Linked $SourcePath/* to $HomePath/"
fi
if [ ! -d $HomePath/.ssh]
if [ ! -d $HomePath/.ssh ]
then
echo "Creating $HomePath/.ssh"
mkdir $HomePath/.ssh