fix default profile move to new location

pull/10/head
Didier BONNEFOI 2018-02-26 14:23:00 +01:00
parent 3cb29bc968
commit c0eb83d771
1 changed files with 1 additions and 1 deletions

View File

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