Remove intradata_get from moore
This commit is contained in:
parent
0d88ff8eb6
commit
62550a59af
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ fi
|
|||
FAIL=0
|
||||
for SRV in $SRV_LIST
|
||||
do
|
||||
echo -e "\e[1;33m>>>\e[0m $ACTION on $SRV" | tee -a "$LOG"
|
||||
echo -e "\e[1;34m>>>\e[0m $ACTION on $SRV"
|
||||
if [ "$ACTION" == "update" ]
|
||||
then
|
||||
ssh root@$SRV "make -C liblerdorf update upgrade"
|
||||
|
|
Reference in a new issue