This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
ufw-formula
의 미러
https://github.com/saltstack-formulas/ufw-formula
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
12
위키
Activity
소스 검색
Set flag python_shell=True.
Fixes
#4
and
#5
tags/v0.2.0
Mario del Pozo
9 년 전
부모
032db699f4
커밋
63cc4e45fe
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
+1
-1
_modules/ufw.py
+ 1
- 1
_modules/ufw.py
파일 보기
@@ -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
Write
Preview
Loading…
취소
저장