mirror of
https://github.com/jellyfin/jellyfin-build.git
synced 2024-11-30 09:30:45 +00:00
6 lines
197 B
Bash
Executable File
6 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Running /bin/bash /srv/jellyfin/scripts/release.d/release ${1} ${2}"
|
|
/bin/bash /srv/jellyfin/scripts/release.d/release ${1} ${2} &>/dev/null &
|
|
echo "Build launched successfully"
|