Remove bad || statement

This commit is contained in:
William Wernert
2021-04-09 09:59:54 -04:00
parent b2fcd438c2
commit 9b5276f1ab

View File

@@ -575,7 +575,7 @@ if [[ $is_manager || $is_import ]]; then collect_so_allow; fi
set_redirect >> $setup_log 2>&1
if [[ $is_minion ]] && ! check_manager_state; then
whiptail_manager_error || exit 1
whiptail_manager_error
fi
whiptail_end_settings