about summary refs log tree commit diff
path: root/core-services/02-udev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core-services/02-udev.sh')
-rw-r--r--core-services/02-udev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/core-services/02-udev.sh b/core-services/02-udev.sh
index 84b40fc..56fa703 100644
--- a/core-services/02-udev.sh
+++ b/core-services/02-udev.sh
@@ -7,11 +7,11 @@ if [ -x /usr/lib/systemd/systemd-udevd ]; then
 elif [ -x /usr/sbin/udevd ]; then
     _udevd=/usr/sbin/udevd
 else
-    msg_warn "cannot find udevd!\n"
+    msg_warn "cannot find udevd!"
 fi
 
 if [ -n "${_udevd}" ]; then
-    msg "Starting udev and waiting for devices to settle...\n"
+    msg "Starting udev and waiting for devices to settle..."
     ${_udevd} --daemon
     udevadm trigger --action=add --type=subsystems
     udevadm trigger --action=add --type=devices