Signed-off-by: Peter Müller peter.mueller@ipfire.org --- config/rootfiles/core/187/update.sh | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config/rootfiles/core/187/update.sh b/config/rootfiles/core/187/update.sh index 5687474b9..e0a977290 100644 --- a/config/rootfiles/core/187/update.sh +++ b/config/rootfiles/core/187/update.sh @@ -49,6 +49,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup
+# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services /etc/init.d/apache restart /etc/init.d/unbound restart