1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00
immich_ynh/conf/immich-server-start.sh

9 lines
144 B
Bash
Raw Normal View History

2024-03-26 06:53:38 +01:00
#!/bin/bash
set -a
2024-07-12 09:12:53 +02:00
source "__INSTALL_DIR__/env-server"
2024-03-26 06:53:38 +01:00
set +a
cd "__INSTALL_DIR__/app"
exec __YNH_NODE__ "__INSTALL_DIR__/app/dist/main" "$@"