fix default profile move to new location
parent
3cb29bc968
commit
c0eb83d771
|
@ -320,7 +320,7 @@ initProfile()
|
||||||
if [ -n "${legacy_default_profile}" ]; then
|
if [ -n "${legacy_default_profile}" ]; then
|
||||||
_echoWarning "> migrating default profile:"
|
_echoWarning "> migrating default profile:"
|
||||||
echo "${legacy_default_profile}"
|
echo "${legacy_default_profile}"
|
||||||
mv ${BASE_PATH}/.ovh* access.rules "${PROFILES_PATH}"
|
mv ${BASE_PATH}/{.ovh*,access.rules} "${PROFILES_PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${legacy_profiles}" ]; then
|
if [ -n "${legacy_profiles}" ]; then
|
||||||
|
|
Loading…
Reference in New Issue