From dff38bdfa74508f05556f5517586d61f6472f284 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 6 Sep 2020 18:51:19 +0200 Subject: Fix a typo causing a script error --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 01dcf5d..e9207d4 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -96,7 +96,7 @@ LIVEUIDNR=${LIVEUIDNR:-"1000"} # The full name of the live account in the image can be set per Live variant, # and will always be overridden by a LIVEUIDFN definition in the .conf file. # The LIVEUIDFN defaults to '${DISTRO^} Live User' if not set explicitly: -LIVEUIDFN_DAW=""${DISTRO^} Live Musician" +LIVEUIDFN_DAW="${DISTRO^} Live Musician" # The root and live user passwords of the image: ROOTPW=${ROOTPW:-"root"} -- cgit v1.2.3