Archived
1
0
Fork 0

Remove intradata_get from moore

This commit is contained in:
Mercier Pierre-Olivier 2013-09-15 16:32:51 +02:00
parent 0d88ff8eb6
commit 62550a59af
2 changed files with 2 additions and 2 deletions

View file

@ -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"