init.d: Clean up some bad ewarn output

This commit is contained in:
Doug Freed
2016-09-28 15:00:40 -04:00
parent 969546bcf0
commit 61882821e0
4 changed files with 8 additions and 8 deletions

View File

@@ -99,8 +99,8 @@ stop()
aufs_branch=$(sed 's/=.*//g' $x)
eindent
if ! mount -o "remount,del:$aufs_branch" "$aufs_mount_point" > /dev/null 2>&1; then
ewarn "Failed to remove branch $aufs_branch from aufs \
$aufs_mount_point"
ewarn "Failed to remove branch $aufs_branch from aufs" \
"$aufs_mount_point"
fi
eoutdent
sync