librenms/scripts
RobJE e1497ecf0b
shellcheck (#12258)
* remove unneeded semi-colons at end of line

* fix SC2206: Quote to prevent word splitting/globbing

* fix SC2164: Use 'cd ... || exit' in case cd fails

* fix SC2004: $/${} is unnecessary on arithmetic variables.

* fix SC2155: Declare and assign separately to avoid masking return values.

* fix SC2124: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.

* fix SC2059: Don't use variables in the printf format string. Use printf "..%s.." "$foo".

* fix SC2076: Don't quote rhs of =~, it'll match literally rather than as a regex.

* fix SC1090: Can't follow non-constant source. Use a directive to specify location.

* fix SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.

* SC2223: This default assignment may cause DoS due to globbing. Quote it.

* fix SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.

* fix SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n"

* better handling of branch comapre

* add missing local ver_73 from merge

* remove duplicate definition
2020-11-11 23:21:15 +01:00
..
agent-local Remove legacy application left over from migration (#9399) 2018-10-29 22:26:02 +00:00
Migration fix: Update Shebangs and daily.sh for FreeBSD compatibility (#6413) 2017-04-17 20:14:23 -05:00
watchmaillog fix: Update Shebangs and daily.sh for FreeBSD compatibility (#6413) 2017-04-17 20:14:23 -05:00
auth_test.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
bash_lint.sh Add missing bash lint script (#11700) 2020-05-26 08:28:00 -05:00
check_requirements.py python requirements use sys.exit (#11981) 2020-07-30 19:05:49 +02:00
collect-port-polling.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
collect-snmp-data.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
composer_wrapper.php Update to Composer 2 (#12263) 2020-11-09 00:28:07 -06:00
deploy-docs.sh shellcheck (#12258) 2020-11-11 23:21:15 +01:00
gen_rancid.php Add panos (paloalto) to rancid_map (#12161) 2020-09-28 17:57:54 +02:00
gen_smokeping.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
git-pre-commit-hook.sh Use lnms dev:check instead of pre-commit.php (#12149) 2020-09-24 12:32:03 +02:00
github-apply GitHub test script updates (#9507) 2018-12-05 10:48:56 -06:00
github-remove Change github-remove shebang to python3 (#11753) 2020-06-01 11:24:49 -05:00
ifAlias feature: Add support for dynamic interfaces in ifAlias script (#6005) 2017-02-26 23:22:03 +00:00
json-app-tool.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
manage_bills.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
new-os.php All os detection now uses Yaml (#12186) 2020-10-05 14:26:37 +02:00
pre-commit.php Rewrite development helper to lnms dev:check (#11650) 2020-05-22 20:27:48 -05:00
purge-port.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
removespikes.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
removespikes.pl chmod 0755 to scripts 2015-04-28 23:04:08 +02:00
rename-mibs.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
rrdstep.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
save-test-data.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
syslog-notify-oxidized.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
test-alert.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
test-template.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
tune_port.php Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00