mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
Immich: ensure in proper working dir when updating (#5227)
This commit is contained in:
parent
5773459a39
commit
2ea372f034
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ function update_script() {
|
|||
STAGING_DIR=/opt/staging
|
||||
BASE_DIR=${STAGING_DIR}/base-images
|
||||
SOURCE_DIR=${STAGING_DIR}/image-source
|
||||
cd /root
|
||||
if [[ -f ~/.intel_version ]]; then
|
||||
curl -fsSLO https://raw.githubusercontent.com/immich-app/immich/refs/heads/main/machine-learning/Dockerfile
|
||||
readarray -t INTEL_URLS < <(sed -n "/intel/p" ./Dockerfile | awk '{print $3}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue