From 32e6d9c217846ec5f6d2da9b773a34c4d1970348 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Sep 2007 07:34:40 +0200 Subject: Replacing backticks with POSIX expression. --- scripts/live-bottom/10adduser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/live-bottom') diff --git a/scripts/live-bottom/10adduser b/scripts/live-bottom/10adduser index 4c83fa3..ed2e14e 100755 --- a/scripts/live-bottom/10adduser +++ b/scripts/live-bottom/10adduser @@ -33,7 +33,7 @@ log_begin_msg "Adding live session user..." if [ "${BUILD_SYSTEM}" = "Debian" ] then - user_crypted="8Ab05sVQ4LLps" # as in `echo "live" | mkpasswd -s` + user_crypted="8Ab05sVQ4LLps" # as in $(echo "live" | mkpasswd -s) else user_crypted="U6aMy0wojraho" # "ubuntu" fi -- cgit v1.2.3