diff --git a/packages/sysutils/amremote/scripts/remote-config b/packages/sysutils/amremote/scripts/remote-config index 86bb6cfc29..54e7c76ac9 100755 --- a/packages/sysutils/amremote/scripts/remote-config +++ b/packages/sysutils/amremote/scripts/remote-config @@ -25,6 +25,9 @@ if [ -f /storage/.config/remote.conf ]; then /usr/bin/remotecfg /storage/.config/remote.conf elif [ -f /etc/amremote/remote.conf ]; then /usr/bin/remotecfg /etc/amremote/remote.conf + if [ -f /etc/amremote/remote1.conf ]; then + /usr/bin/remotecfg /etc/amremote/remote1.conf + fi elif [ "$LSUSB_RET" = 0 ]; then /usr/bin/remotecfg /etc/amremote/wetek.conf elif [ "$LSUSB_RET" = 1 ]; then