mirror of https://github.com/apache/cloudstack.git
Merge 1db260f1f5 into bce3e54a7e
This commit is contained in:
commit
9a4ea30c1d
|
|
@ -44,6 +44,7 @@ failed() {
|
|||
}
|
||||
|
||||
#set -x
|
||||
umask 0022 # ensure we have the proper permissions even on hardened deployments
|
||||
mflag=
|
||||
fflag=
|
||||
ext="vhd"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
# Usage: e.g. failed $? "this is an error"
|
||||
set -x
|
||||
umask 0022 # ensure we have the proper permissions even on hardened deployments
|
||||
|
||||
failed() {
|
||||
local returnval=$1
|
||||
|
|
|
|||
Loading…
Reference in New Issue