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-03-26 06:53:38 +01:00

8 lines
132 B
Bash

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