summaryrefslogtreecommitdiff
path: root/debian/checkarray
diff options
context:
space:
mode:
Diffstat (limited to 'debian/checkarray')
-rw-r--r--debian/checkarray2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/checkarray b/debian/checkarray
index 1fb97356..6b6857be 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -142,7 +142,7 @@ for array in $arrays; do
continue
fi
- read cur_status < $MDBASE/sync_action
+ cur_status="$(cat $MDBASE/sync_action)"
if [ $action = status ]; then
echo "$array: $cur_status"