diff options
Diffstat (limited to 'scripts/live-bottom')
| -rwxr-xr-x | scripts/live-bottom/10adduser | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
