mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
make hexo start at start-up, remove unnecessary config when starting hadoop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user