mirror of https://github.com/tteck/Proxmox.git
Update lazylibrarian.sh
fix case sensitive directory problem
This commit is contained in:
parent
8a47ba478b
commit
3f867b8228
|
@ -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…
Reference in New Issue