[fix] Add back call to add_web_user

This commit is contained in:
William Wernert
2020-05-12 17:50:52 -04:00
parent 6b837f80ff
commit cb69edc6dd

View File

@@ -255,6 +255,7 @@ if [[ $is_master ]]; then
generate_passwords 2>> "$setup_log"
secrets_pillar 2>> "$setup_log"
add_socore_user_master 2>> "$setup_log"
add_web_user 2>> "$setup_log"
fi
if [[ $is_master && ! $is_eval ]]; then