Closed AristoChen closed 3 years ago
Hi,
For the deprecated code, I noticed that install_openhab2 was removed in this commit , so I guess that the following should be removed as well
install_openhab2
https://github.com/armbian/config/blob/1e970ac371621fde695b86af9ea62cdcfd14971c/debian-software#L1694-L1698
For the typo, I found that there are two variables, AMBY_STATUS amd EMBY_STATUS, I assume that AMBY_STATUS should be EMBY_STATUS
AMBY_STATUS
EMBY_STATUS
root@localhost:~/config# grep -r "EMBY_STATUS" debian-software: if [[ "$selection" == *Emby* && "$EMBY_STATUS" != "on" ]]; then root@localhost:~/config# grep -r "AMBY_STATUS" debian-software: AMBY_STATUS="$((check_if_installed emby-server) \ debian-software: LIST+=( "Emby" "$DESCRIPTION" "$AMBY_STATUS" )
Hi,
For the deprecated code, I noticed that
install_openhab2
was removed in this commit , so I guess that the following should be removed as wellhttps://github.com/armbian/config/blob/1e970ac371621fde695b86af9ea62cdcfd14971c/debian-software#L1694-L1698
For the typo, I found that there are two variables,
AMBY_STATUS
amdEMBY_STATUS
, I assume thatAMBY_STATUS
should beEMBY_STATUS