Skip to content
Snippets Groups Projects
Verified Commit a472ee00 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

web: Fix typo in refresh subcommand

parent 3cb1d700
No related branches found
Tags swh-web-20231004.3
No related merge requests found
......@@ -9,7 +9,7 @@ case "$1" in
"refresh")
echo "Start periodic save code now refresh statuses routine (in background)"
exec sh -c 'date && django-admin refresh_savecodenow_statuses \
--settings=${DJANGO_SETTINGS_MODULE} 2>&1)'
--settings=${DJANGO_SETTINGS_MODULE} 2>&1'
;;
"cron")
echo "Start periodic save code now refresh statuses routine (in background)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment