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