There was an error while loading. Please reload this page.
1 parent a498ee3 commit d9a1301Copy full SHA for d9a1301
1 file changed
functions/nodejs-apps.bash
@@ -82,7 +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
- if [[ -z $INTERACTIVE ]] || [[ $frontail_remove == "true" ]]; then return 0; fi
+ if [[ -z $INTERACTIVE ]] || [[ $frontail_remove == "true" ]]; then return 0; fi # shellcheck disable=SC2154
86
87
88
if [[ -d $frontailBase ]] || [[ -d $frontailDir ]]; then
0 commit comments