Move /sbin to /bin

As more users would have /bin than /sbin in their PATH
This commit is contained in:
Erik Westrup
2022-02-07 18:22:33 +01:00
parent 54e2d17e23
commit 645df1a0d4
15 changed files with 19 additions and 19 deletions

View File

@@ -7,13 +7,13 @@ on:
paths:
- '**.sh'
- '.github/workflows/linter.yml'
- 'usr/local/sbin/**'
- 'bin/**'
pull_request:
branches: master
paths:
- '**.sh'
- '.github/workflows/linter.yml'
- 'usr/local/sbin/**'
- 'bin/**'
jobs:
build:
name: Lint Code Base