diff options
Diffstat (limited to 'server/bin/listclientmode')
-rwxr-xr-x | server/bin/listclientmode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/listclientmode b/server/bin/listclientmode index 2496a6da..5d02bcee 100755 --- a/server/bin/listclientmode +++ b/server/bin/listclientmode @@ -46,6 +46,6 @@ mysql --defaults-extra-file=$MYCNF -D "$CATALOG" -s -N -e \ WHERE aulas.nombreaula='$RESOURCE' OR nombreordenador='$RESOURCE';" | \ while read PC TMPL; do - echo "Equipo $PC asociado a arranque tipo \"$(head -1 $TMPLDIR/$TMPL |cut -f2 -d" ")\" (fichero $TMPL)" + echo "Equipo \"$PC\" asociado a arranque tipo \"$(head -1 $TMPLDIR/$TMPL |cut -f2 -d" ")\" (fichero $TMPL)" done |