forked from Mirror/wfb-ng
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/bash
|
||
|
if [ "$1" == "remove" ]
|
||
|
then
|
||
|
systemctl daemon-reload
|
||
|
fi
|