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
2024-06-14 13:59:30 +02:00

8 lines
139 B
Bash

#!/bin/bash
set -a
. "__INSTALL_DIR__/env-server"
set +a
cd "__INSTALL_DIR__/app"
exec __YNH_NODE__ "__INSTALL_DIR__/app/dist/main" "$@"