mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-14 09:33:22 +01:00
* instead of . in find command
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/sh -e
|
||||
|
||||
cd artifacts && for f in $(find .); do install "$f" "$1/opt/tgstation-server/$f"; done
|
||||
cd artifacts && for f in $(find *); do install "$f" "$1/opt/tgstation-server/$f"; done
|
||||
|
||||
Reference in New Issue
Block a user