tweak turnkey scripts

pull/1750/head
tteckster 2 years ago committed by GitHub
parent 4f40e11057
commit dd2202695f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      turnkey/turnkey-core.sh
  2. 1
      turnkey/turnkey-fileserver.sh
  3. 1
      turnkey/turnkey-gitlab.sh
  4. 1
      turnkey/turnkey-nextcloud.sh
  5. 1
      turnkey/turnkey-observium.sh
  6. 1
      turnkey/turnkey-owncloud.sh
  7. 1
      turnkey/turnkey-torrentserver.sh
  8. 1
      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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save