Skip to content

Commit 4164bc0

Browse files
author
guido tijskens
committed
oci-notify python version
1 parent c805b9f commit 4164bc0

29 files changed

+1898
-929
lines changed

bin/oci-iscsi-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare -i post_operation_show=0
2626
if [ "${1:0:1}" != '-' ]
2727
then
2828
# execute as is as the command line do not start with an option dash-<something>
29-
exec ${_PY3} ${s_dir}/oci-iscsi-config-main.py $@
29+
exec ${_PY3} ${s_dir}/oci-iscsi-config-main.py "$@"
3030
fi
3131

3232
PARSED_ARGUMENTS=$(getopt -a --quiet -o sC:iAd:a:c:yf --long show,compartment:,interactive,all,detach:,attach:,create-volume:,destroy-volume:,volume-name:,username:,password:,help,yes,attach-volume,force -- "$@")

bin/oci-network-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ then
175175
cmd_line="$cmd_line --ip-address=${PRIVATE_IP}"
176176
fi
177177
# else
178-
# echo "_GT_ ${COMMAND} handled elsewhere"
178+
# echo "GT ${COMMAND} handled elsewhere"
179179
fi
180180

181181
if [ ${EXCLUDED_ITEMS[${COMMAND}]+_} ] && [ -n "${EXCLUDED_ITEMS[${COMMAND}]}" ]

0 commit comments

Comments
 (0)