Skip to content

Commit

Permalink
usbromservice - check if installed before running update hook - fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Oct 29, 2018
1 parent 82e85c9 commit 2b7e724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scriptmodules/supplementary/usbromservice.sh
Expand Up @@ -18,6 +18,7 @@ function _get_ver_usbromservice() {
} }


function _update_hook_usbromservice() { function _update_hook_usbromservice() {
! rp_isInstalled "$md_idx" && return
[[ ! -f "$md_inst/disabled" ]] && install_scripts_usbromservice [[ ! -f "$md_inst/disabled" ]] && install_scripts_usbromservice
} }


Expand Down

0 comments on commit 2b7e724

Please sign in to comment.