diff options
author | Eric Hameleers <alien@slackware.com> | 2020-09-06 18:51:19 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-09-06 18:51:19 +0200 |
commit | dff38bdfa74508f05556f5517586d61f6472f284 (patch) | |
tree | 6f50ea3a973177bc7ff5a28ad234aff4bc479586 /make_slackware_live.sh | |
parent | 7912f5906e8e748ab1813e2a7f29c05141b5e727 (diff) | |
download | liveslak-dff38bdfa74508f05556f5517586d61f6472f284.tar.gz liveslak-dff38bdfa74508f05556f5517586d61f6472f284.tar.xz |
Fix a typo causing a script error
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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"} |