Browse Source

update minioslib

master
crims0n 5 years ago
parent
commit
918721739f
  1. 4
      linux-live/minioslib

4
linux-live/minioslib

@ -1322,8 +1322,8 @@ EOF
echo "Set up password for user 'live'" >>$OUTPUT 2>&1
echo live:evil | chpasswd >>$OUTPUT 2>&1'
echo "Set up user 'ubuntu'" >>$OUTPUT 2>&1
adduser --gecos '' ubuntu --disabled-password >>$OUTPUT 2>&1
#echo "Set up user 'ubuntu'" >>$OUTPUT 2>&1
#adduser --gecos '' ubuntu --disabled-password >>$OUTPUT 2>&1
: 'echo "Set up password for user 'ubuntu'" >>$OUTPUT 2>&1
echo ubuntu:ubuntu | chpasswd >>$OUTPUT 2>&1
addgroup ubuntu adm >>$OUTPUT 2>&1

Loading…
Cancel
Save