init scripts : minor cleanup

This commit is contained in:
bolvan
2019-05-10 16:42:02 +03:00
parent 1e7ce5c4c2
commit be487f7475
2 changed files with 1 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ run_daemon()
create_ipset()
{
echo "Creating ipset"
($IPSET_CR)
$IPSET_CR
}