Update lazylibrarian.sh

fix case sensitive directory problem
This commit is contained in:
MountyMapleSyrup 2024-04-02 15:54:22 -04:00 committed by GitHub
parent 8a47ba478b
commit 3f867b8228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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