mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #3782: Updated not_supported action to make use of logging functions
This commit is contained in:
parent
143017e30d
commit
201fc04013
@ -18,7 +18,9 @@
|
||||
|
||||
script_name=$(basename $0)
|
||||
|
||||
echo "$script_name: Operation not supported" &>2
|
||||
source $(dirname $0)/../../scripts_common.sh
|
||||
|
||||
error_message "$script_name: Operation not supported"
|
||||
|
||||
exit 1
|
||||
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
script_name=$(basename $0)
|
||||
|
||||
echo "$script_name: Operation not supported" &>2
|
||||
source $(dirname $0)/../../scripts_common.sh
|
||||
|
||||
error_message "$script_name: Operation not supported"
|
||||
|
||||
exit 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user