mirror of https://github.com/bol-van/zapret/
committed by
GitHub
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
#!/bin/sh |
||||
|
|
||||
|
if [ $(systemctl is-active zapret) = 'active' ]; then |
||||
|
echo 'zapret: on' |
||||
|
else |
||||
|
echo 'zapret: off' |
||||
|
fi |
Loading…
Reference in new issue