6 if ! getent passwd $HTS_USER &> /dev/null; then
7 useradd -u $HTS_UID -g $HTS_GROUP -m -s /bin/false $HTS_USER &> /dev/null
8 passwd -l $HTS_USER &> /dev/null
9 echo " ==> User '$HTS_USER' created"
13 ==> All configuration is maintained through the web interface:
15 ==> http://localhost:9981/
17 ==> Default login without username/password.
22 userdel $HTS_USER &> /dev/null
23 echo " ==> User '$HTS_USER' removed"