Bläddra i källkod

tweak turnkey scripts

tteckster 1 år sedan
förälder
incheckning
dd2202695f

+ 1 - 0
turnkey/turnkey-core.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error

+ 1 - 0
turnkey/turnkey-fileserver.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error

+ 1 - 0
turnkey/turnkey-gitlab.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error

+ 1 - 0
turnkey/turnkey-nextcloud.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error

+ 1 - 0
turnkey/turnkey-observium.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error

+ 1 - 0
turnkey/turnkey-owncloud.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error

+ 1 - 0
turnkey/turnkey-torrentserver.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error

+ 1 - 0
turnkey/turnkey-wordpress.sh

@@ -37,6 +37,7 @@ cat <<"EOF"
 EOF
 EOF
 }
 }
 header_info
 header_info
+read -p "Press ENTER to continue..."
 set -o errexit  #Exit immediately if a pipeline returns a non-zero status
 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 errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell
 set -o nounset  #Treat unset variables as an error
 set -o nounset  #Treat unset variables as an error