From d6554579fa5d173b685cebe95c569866013f2dc5 Mon Sep 17 00:00:00 2001 From: valentin Date: Wed, 10 Nov 2021 13:36:08 +0100 Subject: [PATCH] removed read instruction that blocked script --- ocanary-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocanary-setup.sh b/ocanary-setup.sh index 09e4df0..431188b 100755 --- a/ocanary-setup.sh +++ b/ocanary-setup.sh @@ -131,7 +131,7 @@ echo "Setting SELinux to permisive - IMPORTANT - This action must be removed for # ------------------------------------ # Restart ssh-server -read -p "Restart ssh server now ?" -r +#read -p "Restart ssh server now ?" -r echo "" # - Don't ask user confirmation (run with ansible)