From 0e0f5031453e4cd81383faa249c3f8e822490e42 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 02:09:11 +0700 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 29910d0..d0c2674 100755 --- a/scripts/install +++ b/scripts/install @@ -148,7 +148,9 @@ pushd $final_path/build ./docker-image-extract altran1502/immich-web:$IMMICH_WEB_VERSION popd mkdir -p "$final_path/web/" -sudo tree +pushd $final_path/build + sudo tree +popd rsync -a "$final_path/build/output/usr/src/app/build/" "$final_path/web/" ynh_secure_remove --file="$final_path/build/output"