Merge "Set LC_ALL=C at the beginning performing fuel_migrate" into stable/8.0

This commit is contained in:
Jenkins
2016-02-01 18:23:16 +00:00
committed by Gerrit Code Review

View File

@@ -383,6 +383,7 @@ umm(){
[[ "$1" == "--help" ]] && usage
# Check if already running
file_lock
export LC_ALL=C
if [[ "$1" == "start" ]] && [[ -f "$fuel_migrate_vars" ]] ; then