mirror of
https://github.com/lucaspalomodevelop/netbox-docker.git
synced 2026-03-12 23:27:21 +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
|
||||
date
|
||||
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping
|
||||
sleep ${SECONDS}s
|
||||
sleep "${SECONDS}s"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user