mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
tweak turnkey scripts
This commit is contained in:
parent
4f40e11057
commit
dd2202695f
8 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue