mirror of
https://github.com/andrewpayne68/proxmox-nag-buster.git
synced 2025-04-25 18:39:09 +00:00
WIP: shellcheck cleanup
This commit is contained in:
parent
dd02dc0e59
commit
e5f86cb1b4
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
# shellcheck disable=SC2064
|
||||
case "$(readlink /proc/$$/exe)" in */bash) set -euo pipefail ;; *) set -eu ;; esac
|
||||
|
||||
# pve-nag-buster (v03) https://github.com/foundObjects/pve-nag-buster
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
NAGTOKEN="data.status !== 'Active'"
|
||||
NAGFILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js"
|
||||
SCRIPT="$(basename $0)"
|
||||
SCRIPT="$(basename "$0")"
|
||||
|
||||
# disable license nag: https://johnscs.com/remove-proxmox51-subscription-notice/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue