From 1d5a4a564b12733b4b3b60724fb2197d0aa4ddc6 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 12 Dec 2019 16:15:49 -0500 Subject: [PATCH] Setup - Remove extra socore add --- setup/so-setup.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup/so-setup.sh b/setup/so-setup.sh index 1d364d948..42e539c98 100644 --- a/setup/so-setup.sh +++ b/setup/so-setup.sh @@ -112,15 +112,6 @@ if (whiptail_you_sure) ; then check_admin_pass done - # Get a password for the socore user - whiptail_create_socore_user - SCMATCH=no - while [ $SCMATCH != yes ]; do - whiptail_create_socore_user_password1 - whiptail_create_socore_user_password2 - check_socore_pass - done - fi # Go ahead and gen the keys so we can use them for any sensor type - Disabled for now