We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a249a commit ab9b00aCopy full SHA for ab9b00a
functions/nodejs-apps.bash
@@ -82,6 +82,7 @@ frontail_remove() {
82
frontailBase="$(npm list -g | head -n 1)/node_modules/frontail"
83
84
if ! dpkg --compare-versions "$(sed -n 's/openhab-distro\s*: //p' /var/lib/openhab/etc/version.properties)" gt "4.3.0"; then return 0; fi
85
+ # shellcheck disable=SC2154
86
if [[ -z $INTERACTIVE ]] || [[ -n $frontail_remove ]]; then return 0; fi
87
88
0 commit comments