From 57804e5963eae023314e674244be6ba485b44cdf Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Wed, 13 Jun 2012 21:08:44 +0100 Subject: [PATCH] wording change in sample_profile_d.sh Thanks jojopi --- sample_profile_d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_profile_d.sh b/sample_profile_d.sh index c72ab3f..1d96f76 100644 --- a/sample_profile_d.sh +++ b/sample_profile_d.sh @@ -11,7 +11,7 @@ # 1:2345:respawn:/bin/login -f root tty1 /dev/tty1 2>&1 # RPICFG_TO_DISABLE if [ $(id -u) -ne 0 ]; then - printf "\nNOTICE: this Raspberry Pi has not been fully configured. Please run 'sudo raspi-config'\n\n" + printf "\nNOTICE: the software on this Raspberry Pi has not been fully configured. Please run 'sudo raspi-config'\n\n" else which raspi-config && exec raspi-config fi