forked from ports/contrib
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/bash
|
|
|
|
getent passwd cactiuser || useradd -m -d /var/empty -s /bin/false cactiuser
|
|
passwd -l cactiuser
|