mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01: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
|
||||
date
|
||||
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping
|
||||
sleep ${SECONDS}s
|
||||
sleep "${SECONDS}s"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user