mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-23 14:49:31 -05:00
helps to close your loops...
This commit is contained in:
@@ -69,6 +69,7 @@ buildPlugin()
|
||||
|
||||
find ./plugins -mindepth 1 -name *.yml | while read file; do
|
||||
buildPlugin "$file"
|
||||
done
|
||||
find ./themes -mindepth 1 -name *.yml | while read file; do
|
||||
buildPlugin "$file"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user