no longer need to pass $automated to compare_versions

This commit is contained in:
m0duspwnens
2021-01-06 08:45:33 -05:00
parent 749b21e684
commit 91ad7f26bf

View File

@@ -304,7 +304,7 @@ if ! [[ -f $install_opt_file ]]; then
copy_ssh_key >> $setup_log 2>&1
fi
if [[ $is_minion ]] && ! (compare_versions $automated); then
if [[ $is_minion ]] && ! (compare_versions); then
info "Installer version mismatch, downloading correct version from manager"
printf '%s\n' \
"install_type=$install_type" \