Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
salt
/
ufw-formula
forkeado de
ExternalMirrors/ufw-formula
Seguir
2
Destacar
0
Fork
0
Código
Lanzamientos
8
Actividad
Explorar el Código
Set flag python_shell=True.
Fixes
#4
and
#5
tags/v0.2.0
Mario del Pozo
hace 9 años
padre
032db699f4
commit
63cc4e45fe
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
_modules/ufw.py
+ 1
- 1
_modules/ufw.py
Ver fichero
@@ -3,7 +3,7 @@ Execution module for UFW.
"""
def is_enabled():
cmd = 'ufw status | grep "Status: active"'
out = __salt__['cmd.run'](cmd)
out = __salt__['cmd.run'](cmd
, python_shell=True
)
return True if out else False
Escribir
Vista previa
Cargando…
Cancelar
Guardar