diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-08-04 10:19:23 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-08-04 10:19:23 +0200 |
commit | b2f7f1e3f09d532f55fc3e215a81cdd007b634dd (patch) | |
tree | 8847a94b6bbcd21bc96a35a905553e28f7fda96a /sentinel-minipot/files/restart-minipot-hook.sh | |
parent | 08cf0c0d8eb36dbee9c86717305dea1094394bdd (diff) | |
download | openwrt-personal-pkgs-b2f7f1e3f09d532f55fc3e215a81cdd007b634dd.tar.gz openwrt-personal-pkgs-b2f7f1e3f09d532f55fc3e215a81cdd007b634dd.tar.bz2 openwrt-personal-pkgs-b2f7f1e3f09d532f55fc3e215a81cdd007b634dd.zip |
sentinel-minipot: remove as no longer needed at the moment
Diffstat (limited to 'sentinel-minipot/files/restart-minipot-hook.sh')
-rw-r--r-- | sentinel-minipot/files/restart-minipot-hook.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sentinel-minipot/files/restart-minipot-hook.sh b/sentinel-minipot/files/restart-minipot-hook.sh deleted file mode 100644 index f316413..0000000 --- a/sentinel-minipot/files/restart-minipot-hook.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# restart Sentinel:Minipot service -/etc/init.d/sentinel-minipot restart -# Reload firewall to apply redirect -/etc/init.d/firewall reload |