From 280cde43ff57df00e9d30902fce2794a67bbd519 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 18 Nov 2020 13:51:39 -0500 Subject: [PATCH] [fix] install_type -> setup_type --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 5875fb8a4..03ebf53be 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1019,7 +1019,7 @@ install_cleanup() { # If Mysql is running stop it /usr/sbin/so-mysql-stop - if [[ $install_type == 'iso' ]]; then + if [[ $setup_type == 'iso' ]]; then info "Removing so-setup permission entry from sudoers file" sed -i '/so-setup/d' /etc/sudoers fi