Setup - Remove extra socore add

This commit is contained in:
Mike Reeves
2019-12-12 16:15:49 -05:00
parent cab0fb369f
commit 1d5a4a564b

View File

@@ -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