|
|
@@ -202,7 +202,9 @@ EOF |
|
|
|
# Create NILM user. This should happen after anything that we put in |
|
|
|
# /etc/skel, since files get copied from there. Note that this user |
|
|
|
# is the same as what we have in the preseed file and casper.conf |
|
|
|
adduser --gecos "NILM User" --disabled-password nilm |
|
|
|
if ! getent passwd nilm ; then |
|
|
|
adduser --gecos "NILM User" --disabled-password nilm |
|
|
|
fi |
|
|
|
|
|
|
|
# Make sure locate databases are up-to-date |
|
|
|
/etc/cron.daily/mlocate |
|
|
|