From c0eb83d771e90dffbfbce9421b6afe04f49d4b0f Mon Sep 17 00:00:00 2001 From: Didier BONNEFOI Date: Mon, 26 Feb 2018 14:23:00 +0100 Subject: [PATCH] fix default profile move to new location --- ovh-api-bash-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovh-api-bash-client.sh b/ovh-api-bash-client.sh index e310e64..b187c1c 100755 --- a/ovh-api-bash-client.sh +++ b/ovh-api-bash-client.sh @@ -320,7 +320,7 @@ initProfile() if [ -n "${legacy_default_profile}" ]; then _echoWarning "> migrating default profile:" echo "${legacy_default_profile}" - mv ${BASE_PATH}/.ovh* access.rules "${PROFILES_PATH}" + mv ${BASE_PATH}/{.ovh*,access.rules} "${PROFILES_PATH}" fi if [ -n "${legacy_profiles}" ]; then