Skip to content

Commit e94952c

Browse files
committed
updated script
1 parent 0d8bbf6 commit e94952c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mate/set_root_pw.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ _word=$( [ ${ROOT_PASS} ] && echo "preset" || echo "random" )
1010
echo "=> Setting a ${_word} password to the root user"
1111
echo "root:$PASS" | chpasswd
1212

13-
deluser --remove-home ubuntu
1413
adduser --disabled-password --gecos "" dockerx
1514
adduser dockerx sudo
1615

0 commit comments

Comments
 (0)