diff options
author | Stan Grishin <stangri@melmac.net> | 2021-10-06 21:43:38 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2021-10-06 21:48:15 +0000 |
commit | c939330e95e5e62dae70eae33853c83547a69994 (patch) | |
tree | bda1697805f8da9317f475909d4c55f4dc50620a /applications/luci-app-advanced-reboot/root/usr/libexec/rpcd | |
parent | c8d9819c9a54eb4854157bd1eb0f9c540621b2b4 (diff) |
luci-app-advanced-reboot: bugfix for Linksys E4200v2
* bugfix for Linksys E4200v2
* minor code changes
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-advanced-reboot/root/usr/libexec/rpcd')
-rwxr-xr-x | applications/luci-app-advanced-reboot/root/usr/libexec/rpcd/luci.advanced_reboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/root/usr/libexec/rpcd/luci.advanced_reboot b/applications/luci-app-advanced-reboot/root/usr/libexec/rpcd/luci.advanced_reboot index 7ee2ec8ba2..7ec52a3097 100755 --- a/applications/luci-app-advanced-reboot/root/usr/libexec/rpcd/luci.advanced_reboot +++ b/applications/luci-app-advanced-reboot/root/usr/libexec/rpcd/luci.advanced_reboot @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2017-2020 Stan Grishin (stangri@melmac.net) -# shellcheck disable=SC2039,SC1091 +# shellcheck disable=SC2039,SC1091,SC3043,SC3057,SC3060 readonly devices_dir="/usr/share/advanced-reboot/devices/" |