Update lazylibrarian.sh

fix case sensitive directory problem
pull/2723/head
MountyMapleSyrup 1 year ago committed by GitHub
parent 8a47ba478b
commit 3f867b8228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ct/lazylibrarian.sh

@ -55,7 +55,7 @@ function default_settings() {
function update_script() {
header_info
if [[ ! -d /opt/lazylibrarian/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
if [[ ! -d /opt/LazyLibrarian/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating $APP LXC"
git -C /opt/LazyLibrarian pull origin master &>/dev/null
msg_ok "Updated $APP LXC"

Loading…
Cancel
Save