mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
8 lines
139 B
Bash
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" "$@"
|