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.
1 parent 58debaf commit 2926d1aCopy full SHA for 2926d1a
docker/housekeeping.sh
@@ -4,5 +4,5 @@ echo "Interval set to ${SECONDS} seconds"
4
while true; do
5
date
6
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping
7
- sleep ${SECONDS}s
+ sleep "${SECONDS}s"
8
done
0 commit comments