diff options
author | Karel Kočí <cynerd@email.cz> | 2021-12-09 12:51:50 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-12-09 12:51:50 +0100 |
commit | 45c300126e4a1f72eba94791f8da27e7082c2ec6 (patch) | |
tree | 338afb0530a7bd87e0b99937eee510fcb7540228 /sentinel-proxy/files/restart-proxy-hook.sh | |
parent | 3df1aad296a94639ac36d3da87d52c27a26053a8 (diff) | |
download | openwrt-personal-pkgs-45c300126e4a1f72eba94791f8da27e7082c2ec6.tar.gz openwrt-personal-pkgs-45c300126e4a1f72eba94791f8da27e7082c2ec6.tar.bz2 openwrt-personal-pkgs-45c300126e4a1f72eba94791f8da27e7082c2ec6.zip |
sentinel-proxy: remove testing version
Diffstat (limited to 'sentinel-proxy/files/restart-proxy-hook.sh')
-rwxr-xr-x | sentinel-proxy/files/restart-proxy-hook.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sentinel-proxy/files/restart-proxy-hook.sh b/sentinel-proxy/files/restart-proxy-hook.sh deleted file mode 100755 index faec14d..0000000 --- a/sentinel-proxy/files/restart-proxy-hook.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# restart Sentinel:Proxy service -/etc/init.d/sentinel-proxy restart |