armbian / config

Armbian Linux configuration utility
GNU General Public License v2.0
467 stars 168 forks source link

Remove deprecated code and fix typo #151

Closed AristoChen closed 3 years ago

AristoChen commented 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

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

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" )