Fix shellcheck SC2034: remove unused REST_CLIENT_PATH variable in postrm
REST_CLIENT_PATH was defined but never referenced. REST/Client.pm is owned by librest-client-perl and is intentionally not removed by our postrm (documented in the comment above remove_plugin_files). Remove the dead variable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2430048a3d
commit
0606ffb1a4
|
|
@ -10,7 +10,6 @@ ZFSPLUGIN_PATH="/perl5/PVE/Storage/ZFSPlugin.pm"
|
|||
PVEMANAGER_PATH="/pve-manager/js/pvemanagerlib.js"
|
||||
APIDOC_PATH="/pve-docs/api-viewer/apidoc.js"
|
||||
FREENAS_PM_PATH="/perl5/PVE/Storage/LunCmd/FreeNAS.pm"
|
||||
REST_CLIENT_PATH="/perl5/REST/Client.pm"
|
||||
INSTALL_DIR="/usr/share/freenas-proxmox"
|
||||
|
||||
log() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue