7 lines
85 B
Bash
7 lines
85 B
Bash
#!/bin/sh
|
|
|
|
if systemctl is-active mollyguard; then
|
|
systemctl stop mollyguard
|
|
fi
|
|
|