jellyfin-build/scripts/release
2019-05-18 11:49:30 -04:00

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"