Skip to content

Commit

Permalink
[skip ci] fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Mar 6, 2017
1 parent 538db3e commit 246aa4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devtools/upgrade-eru-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ then
sudo yum makecache fast
sudo yum remove -y eru-core
sudo yum install -y eru-core
sudo cp /home/liuyifu/eru-core.service /usr/lib/systemd/system/eru-core.service
sudo systemctl daemon-reload
sudo systemctl restart eru-core.service
EOF
Expand All @@ -29,7 +28,6 @@ EOF
sudo yum makecache fast
sudo yum remove -y eru-core
sudo yum install -y eru-core
sudo cp /home/liuyifu/eru-core.service /usr/lib/systemd/system/eru-core.service
sudo systemctl daemon-reload
sudo systemctl restart eru-core.service
EOF
Expand Down

0 comments on commit 246aa4e

Please sign in to comment.