Fixes #12259
Signed-off-by: Peter Müller peter.mueller@ipfire.org --- config/rootfiles/core/139/update.sh | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh index d0b979d6b..f9f65eeda 100644 --- a/config/rootfiles/core/139/update.sh +++ b/config/rootfiles/core/139/update.sh @@ -58,7 +58,11 @@ ldconfig # Update Language cache /usr/local/bin/update-lang-cache
+# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart
# This update needs a reboot... #touch /var/run/need_reboot
Fixes #12258
Signed-off-by: Peter Müller peter.mueller@ipfire.org --- config/rootfiles/core/139/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh index f9f65eeda..df45990bb 100644 --- a/config/rootfiles/core/139/update.sh +++ b/config/rootfiles/core/139/update.sh @@ -65,7 +65,7 @@ ldconfig /etc/init.d/sshd restart
# This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start