From 8b59ef085e4de8ea38e0ac9859c72f5a93194c9d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 27 Jun 2018 09:56:32 +0100 Subject: [PATCH] aws: Ensure that SSH checkbox is enabled, too Signed-off-by: Michael Tremer --- src/initscripts/helper/aws-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index d79ac2a764..8097ad9ef7 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -160,6 +160,8 @@ import_aws_configuration() { # Actions performed only on the very first start if [ ! -e "/var/ipfire/main/firstsetup_ok" ]; then # Enable SSH + sed -e "s/ENABLE_SSH=.*/ENABLE_SSH=on/g" -i /var/ipfire/remote/settings + touch /var/ipfire/remote/enablessh chown nobody:nobody /var/ipfire/remote/enablessh -- 2.39.2