Iterate on docker-stacks

This commit is contained in:
Joey Hafner 2023-10-10 15:53:32 -07:00
parent f37474a68c
commit 34e1d22e74

View File

@ -36,6 +36,11 @@ function main {
esac
done
if [ ! $COMMAND ]; then
echo "Error: no command specified"
exit 1
fi
for stack in "$STACKS_DIRECTORY"/* ; do
cd $stack
if [ $NAS_ONLY ] || [ $LINT ]; then