We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c86eea commit 9d43145Copy full SHA for 9d43145
ct/immich.sh
@@ -109,10 +109,10 @@ function update_script() {
109
#!/usr/bin/env bash
110
111
set -a
112
-. "$INSTALL_DIR"/.env
+. ${INSTALL_DIR}/.env
113
set +a
114
115
-/usr/bin/node "$APP_DIR"/dist/main.js "\$@"
+/usr/bin/node ${APP_DIR}/dist/main.js "\$@"
116
EOF
117
chmod +x "$INSTALL_DIR"/start.sh
118
fi
@@ -148,6 +148,7 @@ EOF
148
export SHARP_FORCE_GLOBAL_LIBVIPS=true
149
$STD npm install sharp
150
rm -rf "$APP_DIR"/node_modules/@img/sharp-{libvips*,linuxmusl-x64}
151
+ mv "$INSTALL_DIR"/start.sh "$APP_DIR"/bin
152
msg_ok "Updated ${APP} web and microservices"
153
154
cd "$SRC_DIR"/machine-learning
0 commit comments