mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
F #2451 Extend dummy vnm to execute custom actions if any
This commit is contained in:
parent
7daebac852
commit
485ffe84cc
@ -16,4 +16,8 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
exit 0
|
||||
stdin="$(</dev/stdin)"
|
||||
|
||||
for f in "$0".d/* ; do
|
||||
[ -x "$f" ] || exit 0 && echo "$stdin" | ./"$f" "$@" || exit 1
|
||||
done
|
@ -16,4 +16,8 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
exit 0
|
||||
stdin="$(</dev/stdin)"
|
||||
|
||||
for f in "$0".d/* ; do
|
||||
[ -x "$f" ] || exit 0 && echo "$stdin" | ./"$f" "$@" || exit 1
|
||||
done
|
||||
|
@ -16,4 +16,8 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
exit 0
|
||||
stdin="$(</dev/stdin)"
|
||||
|
||||
for f in "$0".d/* ; do
|
||||
[ -x "$f" ] || exit 0 && echo "$stdin" | ./"$f" "$@" || exit 1
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user