From 4769cbcc6626741bcca6443b2312c19bdf6a81c8 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 17 Jul 2019 13:47:05 +0200 Subject: [PATCH] use force for setupcon --- nextcloud-startup-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 1f3ac8f8..d5c72409 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -227,7 +227,7 @@ then else dpkg-reconfigure keyboard-configuration msg_box "We will now try to set the new keyboard layout directly in this session. If that fails, the server will be rebooted to apply the new keyboard settings.\n\nIf the server are rebooted, please login as usual and run this script again." - if ! setupcon + if ! setupcon --force then reboot fi