mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Quote variable
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
This commit is contained in:
parent
58debafa8a
commit
2926d1a11d
|
|
@ -4,5 +4,5 @@ echo "Interval set to ${SECONDS} seconds"
|
||||||
while true; do
|
while true; do
|
||||||
date
|
date
|
||||||
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping
|
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping
|
||||||
sleep ${SECONDS}s
|
sleep "${SECONDS}s"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue