From c90159e6579281b31660224ca8cdc1aedbb62eb0 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Sun, 23 Aug 2020 16:50:30 +0200 Subject: [PATCH] Fix horizon upgrade: remove screen_stop call The screen_stop function was removed some time ago together with the screen support (I8c27182f60b0f5310b3a8bf5feb02beb7ffbb26a) This does probably mean no proper horizon/grenade testing has been done in the past 3 years... Change-Id: I389e2a4f8135e0e22a70098b95c17457cbedf1cf (cherry picked from commit 290ebb4220e95da85a7906fe0de9bc1c8728b295) (cherry picked from commit 451d8fd19c9e8a5161231412fb81376b7a239e54) --- projects/80_horizon/upgrade.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/80_horizon/upgrade.sh b/projects/80_horizon/upgrade.sh index e4394b36..0849da49 100755 --- a/projects/80_horizon/upgrade.sh +++ b/projects/80_horizon/upgrade.sh @@ -48,8 +48,6 @@ set -o xtrace # stop horizon apache server stop_horizon -# Kill horizon screen session if there one -screen_stop horizon # Save current config files for posterity #TODO