Removed --no-paralell as it is deprecated

This commit is contained in:
bkraul 2025-03-18 11:20:32 -05:00
parent eed644fbaa
commit 59329ecf65

View File

@ -35,7 +35,7 @@ do
echo "Updating $CURRENT_DIR..."
cd $CURRENT_DIR
if [ ! -f ".update.ignore" ]; then
$COMPOSE pull --no-parallel && $COMPOSE up -d --remove-orphans 2>&1
$COMPOSE pull && $COMPOSE up -d --remove-orphans 2>&1
else
echo "Stack flagged for ignore updates"
fi