update hexo, bugfix

This commit is contained in:
Newnius 2018-01-15 16:36:37 +08:00
parent 88a4c2166f
commit 51bdb526e9

View File

@ -11,7 +11,7 @@ fi
# run hexo as production / developemnt mode # run hexo as production / developemnt mode
if [[ $1 == "production" ]]; then if [[ $1 == "production" ]]; then
hexo server
else
hexo server -s hexo server -s
else
hexo server
fi fi