removed read instruction that blocked script

This commit is contained in:
valentin 2021-11-10 13:36:08 +01:00
parent 2168f0bbcc
commit d6554579fa

View File

@ -131,7 +131,7 @@ echo "Setting SELinux to permisive - IMPORTANT - This action must be removed for
# ------------------------------------ # ------------------------------------
# Restart ssh-server # Restart ssh-server
read -p "Restart ssh server now ?" -r #read -p "Restart ssh server now ?" -r
echo "" echo ""
# - Don't ask user confirmation (run with ansible) # - Don't ask user confirmation (run with ansible)