From 072c64d208f86934f13d1c81d3e0da91fc64ccb5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 22 Mar 2015 07:19:13 +0100 Subject: core-services: remove extra newline from msg{,_warn}(). --- core-services/04-swap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core-services/04-swap.sh') diff --git a/core-services/04-swap.sh b/core-services/04-swap.sh index 22b2ee4..c805f87 100644 --- a/core-services/04-swap.sh +++ b/core-services/04-swap.sh @@ -2,5 +2,5 @@ [ -n "$VIRTUALIZATION" ] && return 0 -msg "Initializing swap...\n" +msg "Initializing swap..." swapon -a || emergency_shell -- cgit 1.4.1