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