diff options
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r-- | init.d/localmount.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index d2c93212..c953524b 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -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 |