mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
refactor(core): Ignore SC2317
This commit is contained in:
parent
b3f07b43e3
commit
fe03be4396
2 changed files with 3 additions and 0 deletions
|
@ -1531,7 +1531,9 @@ isRepo() {
|
|||
return 1
|
||||
}
|
||||
${SUDO} git status &> /dev/null && echo " OK!"
|
||||
#shellcheck disable=SC2317
|
||||
return 0 || echo " not found!"
|
||||
#shellcheck disable=SC2317
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
#shellcheck disable=SC2317
|
||||
### Updates pivpn scripts (Not PiVPN)
|
||||
# TODO: Delete this section when the updating functionality will be re-enabled
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue