We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036691f commit 3033cf6Copy full SHA for 3033cf6
1 file changed
bin/dynamod
@@ -86,7 +86,7 @@ do
86
APPLICATIONS="$APPLICATIONS dealer"
87
fi
88
89
- if [ $(($IHOUR%$INVENTORY_FULL_UPDATE_INTERVAL)) -eq 0 ] && ! [ "$TEST" ]
+ if [ $(($IHOUR%$INVENTORY_FULL_UPDATE_INTERVAL)) -eq 2 ] && ! [ "$TEST" ]
90
then
91
echo "Performing the full update of inventory"
92
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site @disk
0 commit comments