Make a variable because Saviq likes variables

This commit is contained in:
Michael Terry 2016-02-01 11:03:20 -05:00
parent 39eb02ea86
commit 538192d3f4

View File

@ -1,10 +1,11 @@
#!/bin/sh -x
USER=phablet
GECOS=Ubuntu
UGID=32011
echo "I: creating default user $USER"
adduser --gecos Ubuntu --disabled-login $USER --uid $UGID
adduser --gecos $GECOS --disabled-login $USER --uid $UGID
echo "I: set user $USER password to blank"
passwd -d $USER