Removed --no-paralell as it is deprecated
This commit is contained in:
parent
eed644fbaa
commit
59329ecf65
|
@ -35,7 +35,7 @@ do
|
||||||
echo "Updating $CURRENT_DIR..."
|
echo "Updating $CURRENT_DIR..."
|
||||||
cd $CURRENT_DIR
|
cd $CURRENT_DIR
|
||||||
if [ ! -f ".update.ignore" ]; then
|
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
|
else
|
||||||
echo "Stack flagged for ignore updates"
|
echo "Stack flagged for ignore updates"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user