diff --git a/turnkey/turnkey-core.sh b/turnkey/turnkey-core.sh index 6739424bb..d55506eb4 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 859c9f7be..721bb1c06 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 1feddb3a1..a80cdc9ac 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 dfbd22478..fbb525493 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 bbde4f625..7bcaa8888 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 74f4b5e6f..32cf68e40 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 ba2cad0c4..5e58db77a 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 39039884c..3d5535498 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