make hexo start at start-up, remove unnecessary config when starting hadoop

This commit is contained in:
newnius
2017-03-30 17:08:10 +08:00
parent 738b9498b5
commit 4c95ac5f04
4 changed files with 13 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
git config --global user.email $GIT_EMAIL
git config --global user.name $GIT_NAME
if [ "$1" == "server" ]; then
if [ "$1" = "server" ]; then
# start hexo server
echo "starting hexo..."
hexo server