mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-21 06:40:12 +00:00
Fixed shellcheck warning SC2034
SC2034: ___ appears unused. Verify use (or export if used externally). I opted to remove the variables since they didn't seem to be used anywhere.
This commit is contained in:
parent
58af83b882
commit
c0131f2a17
3 changed files with 1 additions and 4 deletions
|
@ -29,7 +29,6 @@ debianOvpnUserGroup="openvpn:openvpn"
|
|||
|
||||
######## PKG Vars ########
|
||||
PKG_MANAGER="apt-get"
|
||||
PKG_CACHE="/var/lib/apt/lists/"
|
||||
### FIXME: quoting UPDATE_PKG_CACHE and PKG_INSTALL hangs the script, shellcheck SC2086
|
||||
UPDATE_PKG_CACHE="${PKG_MANAGER} update -y"
|
||||
PKG_INSTALL="${PKG_MANAGER} --yes --no-install-recommends install"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue