Setup Script - Set password for socore during master install

This commit is contained in:
Mike Reeves
2018-03-23 14:22:06 -04:00
parent 1342c51f5b
commit 94f5830a88

View File

@@ -49,6 +49,7 @@ accept_salt_key_remote() {
add_socore_user_master() {
groupadd --gid 939 socore
$ADDUSER --uid 939 --gid 939 --home-dir /opt/so socore
passwd socore
}
add_socore_user_notmaster() {