diff --git a/turnkey/turnkey-core.sh b/turnkey/turnkey-core.sh index 6739424bb04..d55506eb495 100644 --- a/turnkey/turnkey-core.sh +++ b/turnkey/turnkey-core.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error diff --git a/turnkey/turnkey-fileserver.sh b/turnkey/turnkey-fileserver.sh index 859c9f7be47..721bb1c0647 100644 --- a/turnkey/turnkey-fileserver.sh +++ b/turnkey/turnkey-fileserver.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error diff --git a/turnkey/turnkey-gitlab.sh b/turnkey/turnkey-gitlab.sh index 1feddb3a197..a80cdc9ac0a 100644 --- a/turnkey/turnkey-gitlab.sh +++ b/turnkey/turnkey-gitlab.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error diff --git a/turnkey/turnkey-nextcloud.sh b/turnkey/turnkey-nextcloud.sh index dfbd2247821..fbb5254937c 100644 --- a/turnkey/turnkey-nextcloud.sh +++ b/turnkey/turnkey-nextcloud.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error diff --git a/turnkey/turnkey-observium.sh b/turnkey/turnkey-observium.sh index bbde4f62584..7bcaa888891 100644 --- a/turnkey/turnkey-observium.sh +++ b/turnkey/turnkey-observium.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error diff --git a/turnkey/turnkey-owncloud.sh b/turnkey/turnkey-owncloud.sh index 74f4b5e6fcf..32cf68e40f0 100644 --- a/turnkey/turnkey-owncloud.sh +++ b/turnkey/turnkey-owncloud.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error diff --git a/turnkey/turnkey-torrentserver.sh b/turnkey/turnkey-torrentserver.sh index ba2cad0c441..5e58db77a6d 100644 --- a/turnkey/turnkey-torrentserver.sh +++ b/turnkey/turnkey-torrentserver.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error diff --git a/turnkey/turnkey-wordpress.sh b/turnkey/turnkey-wordpress.sh index 39039884ccc..3d553549807 100644 --- a/turnkey/turnkey-wordpress.sh +++ b/turnkey/turnkey-wordpress.sh @@ -37,6 +37,7 @@ cat <<"EOF" EOF } header_info +read -p "Press ENTER to continue..." set -o errexit #Exit immediately if a pipeline returns a non-zero status set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell set -o nounset #Treat unset variables as an error