[fix] kill -> stop, add indent to service check, revert incorrect logic

This commit is contained in:
William Wernert
2020-12-03 10:31:45 -05:00
parent 76fff28dfa
commit 2c208ec943
2 changed files with 8 additions and 8 deletions

View File

@@ -499,11 +499,11 @@ catch() {
export percentage=0
set_path
if [[ $is_manager && $is_airgap ]]; then
info "Creating airgap repo"
create_repo >> $setup_log 2>&1
if [[ $is_manager && $is_airgap ]]; then
info "Creating airgap repo"
create_repo >> $setup_log 2>&1
airgap_rules >> $setup_log 2>&1
fi
fi
if [[ $is_minion ]]; then
set_progress_str 1 'Configuring firewall'