mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Fix finding the files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
deb="$(find ./build/compose/binaries/main/deb/*.deb)"
|
||||
deb="$(find ./ -iname '*.deb')"
|
||||
dir="$(dirname "$deb")"
|
||||
echo "Found deb file $deb in $dir"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user