mirror of https://github.com/tteck/Proxmox.git
tweak turnkey scripts
This commit is contained in:
parent
4f40e11057
commit
dd2202695f
|
@ -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…
Reference in New Issue