mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Don't limit to files (allow symlinks)
This commit is contained in:
parent
f72c5b7a1d
commit
9ce2af2a6c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -24,7 +24,7 @@ usage() {
|
|||
list_platforms() {
|
||||
declare -a platforms
|
||||
platforms=(
|
||||
$( find deployment -maxdepth 1 -mindepth 1 -type f -name "build.*" | awk -F'.' '{ $1=""; print $2 "." $3 }' )
|
||||
$( find deployment -maxdepth 1 -mindepth 1 -name "build.*" | awk -F'.' '{ $1=""; print $2 "." $3 }' | sort )
|
||||
)
|
||||
echo -e "Valid platforms:"
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue