Skip to content

Commit ab9b00a

Browse files
openhabianopenhabian
openhabian
authored and
openhabian
committed
fix merge artifacts
Signed-off-by: openhabian <openhabian@openHABian>
1 parent 72a249a commit ab9b00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/nodejs-apps.bash

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ frontail_remove() {
8282
frontailBase="$(npm list -g | head -n 1)/node_modules/frontail"
8383

8484
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
8586
if [[ -z $INTERACTIVE ]] || [[ -n $frontail_remove ]]; then return 0; fi
8687

8788

0 commit comments

Comments
 (0)