We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 036691f + f52a44b commit 4bab3c0Copy full SHA for 4bab3c0
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
etc/policies.tag
@@ -1 +1 @@
1
-v54
+v55
0 commit comments