aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/patch-repos/0010-bootstrap_admin_node.sh.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/patch-repos/0010-bootstrap_admin_node.sh.patch b/build/patch-repos/0010-bootstrap_admin_node.sh.patch
index d3769adfb..9d381ce38 100644
--- a/build/patch-repos/0010-bootstrap_admin_node.sh.patch
+++ b/build/patch-repos/0010-bootstrap_admin_node.sh.patch
@@ -49,7 +49,7 @@ index 3197c91..e035145 100755
-# Enable sshd
-systemctl enable sshd
-systemctl start sshd
-+systemctl reload sshd
++systemctl restart sshd
# Enable iptables
systemctl enable iptables.service