]> Run Komodo Periphery directly on Unraid as a native host service. The plugin keeps configuration under /boot/config/plugins/komodo-periphery and persistent Komodo state under /boot/config/komodo/periphery-agent so updates do not rotate keys or lose onboarding. &bundleURL; &bundleSHA256; &2 exit 1 fi if [[ -x "${RC_SCRIPT}" ]]; then "${RC_SCRIPT}" stop || true fi rm -rf "${INSTALL_DIR}" mkdir -p "${INSTALL_DIR}" tar --no-same-owner --no-same-permissions -xzf "${BUNDLE}" -C / chmod 0755 "/usr/local/emhttp/plugins/${PLUGIN_NAME}/scripts/"*.sh chmod 0755 "${RC_TARGET}" mkdir -p /etc/rc.d ln -sfn "${RC_TARGET}" "${RC_SCRIPT}" rm -f $(ls "${CFG_DIR}/${PLUGIN_NAME}-"*-x86_64-1.tgz 2>/dev/null | grep -v "${PLUGIN_VERSION}" || true) if [[ -x "${RC_SCRIPT}" ]]; then "${RC_SCRIPT}" install-init || true if grep -q '^SERVICE_ENABLED="yes"' "${CFG_DIR}/${PLUGIN_NAME}.cfg" 2>/dev/null; then "${RC_SCRIPT}" start || true fi fi echo "" echo "----------------------------------------------------" echo " ${PLUGIN_NAME} installed" echo " Plugin version: ${PLUGIN_VERSION}" echo " Komodo binary: v2.2.0" echo "----------------------------------------------------" echo "" ]]>