mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-23 17:26:17 +00:00
11 lines
137 B
Bash
Executable File
11 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "==== Starting Jellyfin Vue setup ===="
|
|
echo
|
|
/setup.sh
|
|
echo
|
|
echo "==== Setup finished! ===="
|
|
echo
|
|
|
|
exec "$@"
|