update postToBlog to post2blog

This commit is contained in:
2018-11-13 20:05:15 -08:00
parent 8e8f8bc790
commit 310366b789
3 changed files with 286 additions and 142 deletions

View File

@@ -48,7 +48,7 @@ for element in ${scriptName[@]}; do
objectName=${element%.*}
#若链接不存在 则建立
if [[ ! -L ${objectAddress}/${objectName} ]]; then
printf "creating links for " $objectName "... "
printf "creating links for " ${objectName} "... "
ln -s ${folderAddress}/${element} ${objectAddress}/${objectName}
printf "done\n"
fi