瀏覽代碼

tweak turnkey scripts

tteckster 1 年之前
父節點
當前提交
dd2202695f

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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