Skip to content

Commit 2926d1a

Browse files
tobiasgecimnine
andauthored
Quote variable
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
1 parent 58debaf commit 2926d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/housekeeping.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ echo "Interval set to ${SECONDS} seconds"
44
while true; do
55
date
66
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py housekeeping
7-
sleep ${SECONDS}s
7+
sleep "${SECONDS}s"
88
done

0 commit comments

Comments
 (0)