@@ -829,6 +829,7 @@ configurarCortafuegos() {
firewall-cmd --runtime-to-permanent 2>&1 >> $logFile
comprobarError $? 907
habilitarServicio firewalld 2>&1 >> $logFile
+ comprobarError $? 907
fi
unset sshControl
}