1
0
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:
Ruben S. Montero 2015-07-01 17:42:44 +02:00
parent 143017e30d
commit 201fc04013
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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