Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
[REV] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Sep 12, 2018
1 parent 5291d71 commit 74e1b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ install(){
fi
if [ "$fail_num" -eq 0 ];then
Echo_Info "update node config"
salt -E "manage" cmd.run 'systemctl restart rbd-node' >/dev/null 2>&1
salt -E "manage" cmd.run 'systemctl restart node' >/dev/null 2>&1
salt -E "manage" cmd.run 'systemctl daemon-reload' >/dev/null 2>&1
salt -E "manage" cmd.run 'grclis reload' >/dev/null 2>&1
Echo_Info "install manage node successfully"
Expand Down

0 comments on commit 74e1b60

Please sign in to comment.