From cdd38bd74e91735fdc23f7f181fc163925782e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Jan 2017 08:53:54 +0100 Subject: [PATCH] debian: don't collectstatic and migrate schemas on reload (#14489) --- debian/welco.init | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/welco.init b/debian/welco.init index 92fdb70..662d80b 100644 --- a/debian/welco.init +++ b/debian/welco.init @@ -159,8 +159,6 @@ case "$1" in # and leave 'force-reload' as an alias for 'restart'. # log_daemon_msg "Reloading $DESC" "$NAME" - do_collectstatic - do_migrate do_reload log_end_msg $? ;;