v1.04; minor tweaks, etc. but should be good for a while

This commit is contained in:
2015-01-12 20:27:41 -05:00
parent 3133e4a962
commit 1dcbe73c7b
4 changed files with 9 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ RSYNC_DEST="${BASEDIR}"
# Note that the code appends, rather than replaces, logs- hence the timestamp in EPOCH time format.
LOGFILE="${BASEDIR}/logs/$(date +%s)"
# What should the regular username be? (Automatically logged in on boot)
# What should the regular username be? (Can be automatically logged in on boot; see below)
REGUSR="${UXNAME}"
# Should the REGUSR have a password? IF THIS IS NOT SET, PASSWORD LOGIN WILL BE DISABLED!