[fix] Set MAINIP var on all installs

This commit is contained in:
William Wernert
2020-05-04 10:24:47 -04:00
parent 6a4f3a526f
commit 2c307242b1

View File

@@ -248,9 +248,7 @@ if [[ $is_master && ! $is_eval ]]; then
add_soremote_user_master 2>> "$setup_log"
fi
if [[ $is_helix || $is_master ]]; then
set_main_ip 2>> "$setup_log"
fi
if [[ $is_minion ]]; then
set_updates 2>> "$setup_log"